jleyba / js-dossier

A JavaScript documentation generation tool.
Apache License 2.0
150 stars 15 forks source link

Provide master type index #85

Open myphysicslab opened 8 years ago

myphysicslab commented 8 years ago

Previous to a recent commit Stop generating documentation for implicit namespaces there was a page generated for each namespace which listed all the objects in that namespace. This was a very useful way to browse the docs.

Currently it is very cumbersome to browse the docs. The drop-down menu requires six mouse-clicks and some scrolling to get to a class. The search box is not working in my app because of issue #81, plus you need to know what you are looking for.

Ideally the page for a namespace should list each object with the first sentence of each object's description. This is how Java shows contents of packages.