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

Class list sidebar #14

Open kiith-sa opened 9 years ago

kiith-sa commented 9 years ago

Add a right-hand sidebar listing classes below that functions, below that vars, and so on. Each "section" e.g. classes, should be separated into a local part (nested classes, methods, properties of the class/struct owning currently viewed item) and a global part (global classes/functions/etc).

Alternatively, there could be two big Local and Global parts, each separated into sections by type of symbol.

For classes, the sidebar should show parent/child relationship (like the TOC tree).

kiith-sa commented 9 years ago

Depends on #37.