Specifying an Output Directory for Javadoc Files

See Also

You can specify an output directory for Javadoc files in two ways:

To specify a single output directory:

  1. From the main window, choose Tools and choose Options.
  2. In the Options window, expand Code Documentation and expand Doclets.
  3. Select Standard Doclet.
  4. 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:

  1. In the Options window, expand the Code Documentation node and select the Documentation subnode.
  2. Set the Ask for Destination Directory property to True.
See Also
Generating Javadoc Documentation
Adding a Javadoc Library to a Project

Legal Notices