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

Links to parent/derived classes. #52

Open kiith-sa opened 9 years ago

kiith-sa commented 9 years ago

Documentation of a class should point to its parent class/interfaces with links, and also point to all its derived classes, including indirectly derived (but make it evident they're derived indirectly; maybe draw a tree using lists).

Depends on #37.

kiith-sa commented 9 years ago

The parent class is already handled thanks to cross-referencing (e.g. ChildClass: ParentClass includes a link to ParentClass)