Standard Web Project Properties Dialog Box: Documenting

Use to configure how the IDE generates Javadoc documentation for your classes, by setting the following properties.

Property Description

Include Private and Private Package Members

Select to generate Javadoc that includes all private and private package members.

Generate

Select any of the listed below options to have them passed as parameters into the JavaDoc.

    Class Hierarchy Tree

Choose to have the class hierarchy documented.

    Class and Package Usage Pages

Choose to have the use of class and package documented.

    Navigation Bar

Choose to have the navigator bar generated.

    Index

Choose to have the documentation index generated.

        Separate Index per Letter

Choose to have a separate index file for each letter generated. The option is available only if the Index checkbox is selected.
Document Additional Tags Select any of the listed below options to have them documented in the JavaDoc.

    @author

Select to have the @author paragraphs included into JavaDoc.

    @version

Select to have the @version paragraphs included into JavaDoc.

Browser Window Title

Specify the title for the browser window in which the generated JavaDoc displays.

Additional Javadoc Options

Enter additional Javadoc options as a space-separated list
Preview Generated Javadoc Select to preview the generated JavaDoc.


Related Topics

Developing Applications with NetBeans IDE,

Developing Applications with NetBeans IDE,

Copyright © 2016, Oracle and/or its affiliates. All rights reserved.