Ticket #7831 (new enhancement)
split up dojo namespace in meaningful sub-sections in API docs
| Reported by: | mikewse | Owned by: | pottedmeat |
|---|---|---|---|
| Priority: | normal | Milestone: | future |
| Component: | Documentation | Version: | 1.2.0 |
| Severity: | normal | Keywords: | |
| Cc: | ttrenka, bill |
Description
Dojo's generated API docs have a huge section for the dojo root namespace at http://api.dojotoolkit.org/jsdoc/dojo/HEAD/dojo and this becomes a bit hard to overview.
It would be great if this could somehow be split up in logical sections to easier find your way around it. Possible alternatives for splitting could be f ex augmenting the namespace based categories with sub-sections based on source file:
dojo: (connect.js) (declare.js) dojo.back: dojo.cldr: ...
or adding some special parser tag to be able to add categorization information to each file or function and use those headings in the docs:
dojo.declare = ... // @category=Object-Oriented Class Support // ... -> dojo: (Object-Oriented Class Support) dojo.back: ...
Change History
Note: See
TracTickets for help on using
tickets.