Ticket #234 (assigned task)
Plugin documentation infrastructure
| Reported by: | dumoulin | Owned by: | dumoulin |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | project_tools | Version: | 0.3 |
| Severity: | normal | Keywords: | |
| Cc: | nicolas.dumoulin@… |
Description (last modified by dumoulin) (diff)
We're trying to design a good way for writing and publishing the documentation of a plugin.
The main goal is to have an homogeneous documentation format for all plugins, that is lightweight for the plugin author. Considered elements:
- Documentation available on the wiki
- Common format:
- Common header with link to plugin usage documentation
- Short description
- API javadoc linked from the documentation
- jar linked from the documentation
- Detailed description
- Requirements / Dependencies
- Examples
- Examples could be wroten in source file and fetched from svn
Using javadoc seems to be a good solution for the developper point of view, so to have a chance to have wroten documentation :-)
Proposed design:
- Developper wrote javadoc at package level using package-info.java (available in new file wizard in NetBeans), using h3 sectioning
- Add a trac plugin that gets this documentation and integrates in the wiki adding generic information (API javadoc and jar links).
Technical hints:
Change History
Note: See
TracTickets for help on using
tickets.





