Javadoc is a tool that parses the declarations and documentation comments
in a set of source files and produces a set of HTML pages describing
the classes, inner classes, interfaces, constructors, methods, and fields.
You can use Javadoc doclets to customize Javadoc output. A
doclet is a program written with the doclet API that
specifies the content and
format of the output to be generated by the javadoc tool.
You can write a doclet to generate any kind of text-file output, such as
HTML, SGML, XML, RTF, and MIF. SunTM
provides a "standard"
doclet for generating HTML-format API documentation and an experimental
MIF doclet for generating MIF, PDF, PS, RTF, FrameMaker, and other formats.
Doclets can also be used to perform special tasks not related to
producing API documentation. For example, a diagnostic doclet could be
created to check that all class members of the classes on which
Javadoc operates have documentation comments.
Standard Doclet -
the doclet that produces the default HTML-formatted API documentation.
Javadoc uses the standard doclet if no other doclet is specified with
Javadoc's -doclet option.
MIF
Doclet - Experimental - generates
API documentation in MIF (Maker Interchange Format).
These MIF files can then be opened in Adobe FrameMaker (or fmbatch)
and optionally converted to PDF, PS, Microsoft RTF, Microsoft Word or
WordPerfect. Not included in Java 2 SDK.
We'd like to know about doclets that you create. If you would
like us to consider adding a link from the
doclets page
to your doclet's output, send the URL to
javadoc-tool@sun.com.