Specifying an Output Directory for Javadoc Files
You can specify an output directory for Javadoc files in two ways:
- Specify one output directory in which to generate all documentation.
- Request that the IDE ask
for an output directory each time you generate Javadoc documentation.
This option enables you to store Javadoc documentation in multiple directories.
To specify a single output directory:
- From the main window, choose Tools
Options.
- In the Options window, expand Code Documentation
Doclets.
- Select Standard Doclet.
- Set the value of the Destination property to the directory where
you want to generate the Javadoc documentation.
To be asked for a destination directory:
- In the Options window, expand the Code Documentation node and select
the Documentation subnode.
- Set the Ask for Destination Directory property to True.
Legal Notices