The Javadoc menu lets you specify everything you need to generate perfect Javadoc for your source files. For information on Javadoc in general, see the Javadoc section above.
Access Level: Allows you to set the level of what will be shown in your documentation. Choose the most restrictive access you want displayed, and everything less restrictive will also be included.
Java Version for Javadoc Links and URL: Set the version to whatever version of java your code relies on, and maek sure the corresponding URL is set appropriately. Because most Javadoc documentation references library files in the Java API, it is important to specify which version of the API to link to.
This option also controls which URL is used to access the Javadoc pages for the Java API.
JUnit 3.8.2 URL. The URL to use when generating links to JUnit 3.8.2 library classes or opening the Javadoc pages for the Java API.
Additional Javadoc URLs. A list of URLs used to open Javadoc pages for user-specified libraries. Please enter the URL to the directory that contains the allclasses-frame.html
file. For example, to open DrJava's Javadoc, enter http://drjava.org/javadoc/drjava
.
Default Desination Directory: Specifies where the generated documentation will be saved. Click on the "..." button to specify it.
Custom Javadoc Parameters: Allows the expert user to pass more complicated flags to Javadoc.
Generate Javadoc from Source Roots. Controls whether all packages in a file's directory have Javadoc run over them, or whether just the immediate package and subpackage do.