This main template generates framed HTML documentation identical to the standard (classic) JavaDoc produced by the
Standard Doclet.
In particular, this includes:
- Full support of Java 5.0 language features: Generic Types, Enums, Annotations.
- Standard Javadoc navigation bar.
- Switching between FRAMES / NO FRAMES views.
-
Generation of the document types:
- overview-tree.html
- package-tree.html
- index-all.html
- index-files/*.html (index by letter)
- deprecated-list.html
- constant-values.html
- serialized-form.html
- package-use.html
- class-use/*.html
- help-doc.html
- Grouping of packages on the overview page.
Additionally, the exclusion/inclusion of classes/members by tags/annotations are fully supported.
Note: This template is supported only for HTML output format.