Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXY
]
doclava - Doclava Javadoc Doclet
- Description:
Doclava (rhymes with baklava) is a custom Javadoc doclet
used to generate documentation. Key differences between
Doclava and the standard doclet include:
* Refreshed look and feel, including search capabilities.
* Embeds versioning information in the documentation.
* Uses a templating engine for user customizations.
* Throw build errors for things that can easily be caught,
like @param tags that don't match the parameter names.
* Ability to include snippets of code from real source code
* Federate documentation between multiple sites.
* Ability to embed javadocs in a larger web page.
Doclava uses JSilver as its templating engine, a pure-Java
implementation of Clearsilver.
Packages