The Documenting panel
enables you to configure how the IDE generates Javadoc documentation for your
classes. You open the Standard Java SE Project Properties dialog box by right-clicking
any
and choosing Properties.
On the Documenting panel, you can configure the following options:
Include Private and Package Private Members. If selected, Javadoc will be generated for all members, including private ones. This option is unselected by default, because Javadoc is generated only for public members.
Use the checkboxes in the Generate section to choose the elements to include in the generated HTML document, such as index, navigation bar, class hierarchical tree, etc.
Document Additional Tags. The tags listed are not documented by default. To document them, select the corresponding checkbox.
Browser Window Title. Enter the title to be placed in the <title> tag of the generated HTML document. This title will be displayed in the browser window used to view the generated document. This checkbox corresponds to the -windowtitle Javadoc option.
Additional Javadoc Options. If needed, add additional Javadoc options separated with a space.
Preview Generated Javadoc. If selected, the generated document opens automatically in your default browser window.
For more information on generating Javadoc documentation, see: