Javadoc Documentation Settings
To set environment options for searching and generating Javadoc
documentation, open the Options window,
expand the Code Documentation node and select the Documentation
subnode. The following
properties appear on the Properties tab.
- Ask for Destination Directory.
If True, the IDE asks for an output directory each time you generate Javadoc documentation. This option enables you to store Javadoc documentation in
multiple directories. If False, the IDE generates documentation in the
default output directory.
See Specifying an Output Directory for
Javadoc Files for more information.
- Default Search Engine.
Sets the search engine to use when searching
the documentation. The JDK 1.2/1.3 search engine is the default search engine at startup. You can switch to using the Japanese JDK 1.2/1.3 search engine, which enables you to search internationalized Javadoc documentation.
- Javadoc Executor Type.
Sets the executor to use for generating Javadoc documentation.
The IDE has one executor, the external Javadoc executor, which runs
the Javadoc binary from the Java SDK.
- Show in Browser.
If True, asks if you want to open the default web browser
and display the Javadoc documentation each time you generate documentation.
Legal Notices