Generating Documentation With Javadoc
Javadoc parses the declarations and documentation
comments in specified source files and produces a set
of HTML pages that describe the classes, inner classes,
interfaces, constructors, methods, and fields.
To generate documentation:
- In the Filesystems tab of the Explorer, right-click the
package or source file for which you want to generate
documentation.
- From the contextual menu, choose Tools
Generate Javadoc.
- In the Javadoc Destination Directory dialog box, enter the name
of the directory where you want to store the documentation.
By default,
the documentation is stored in the
javadoc
directory in
your installation directory.
- Click OK.
The IDE displays messages from Javadoc in an Output window.
An alert box asks if you want to view the Javadoc-generated
documentation in the web browser.
- Click Yes.
Legal Notices