dlang-community / harbored-mod

A documentation generator for D with support for both DDoc and Markdown.
Boost Software License 1.0
18 stars 14 forks source link

Handle inherited methods. #48

Open kiith-sa opened 9 years ago

kiith-sa commented 9 years ago

Inherited methods should point to their docs in their parent classes, and should show up in some way even if they don't have a documentation comment in the derived class.

Depends on #37.