For each of your projects, you can produce a set of Javadoc HTML pages that
describe the project's classes, inner classes, interfaces, constructors,
methods, and fields. The Javadoc is constructed from the structure of your
code and the Javadoc comments embedded in your code. You can also configure
how the IDE generates Javadoc documentation for each of your projects.
To generate Javadoc documentation for a project:
Select the project in the Projects window.
Choose Run > Generate
Javadoc for Project.
The IDE generates the Javadoc to the dist/javadoc
folder in your project directory and opens the index page in the IDE's designated
web browser.
To configure how the IDE generates Javadoc documentation:
In the Projects window, right-click the project node and choose
Properties.
Expand the Build node and select Documenting in the left
pane of the dialog box.
Set the desired options and click OK.
In
, the Generate Javadoc command is disabled by default. If your Ant script
contains a target for generating Javadoc documentation, you can map the
target to the Generate Javadoc command in the Project Properties
dialog box's Build and Run panel.