javadoc generation
- In the Package Explorer window, choose the package or file for which you want to generate documentation.
- Choose File -> Export... -> Javadoc -> Next>
- If the dialog box displays the message The Javadoc command does not exist, then you need to click the Configure... button and locate
javadoc.exe
. You already have this file--it is probably inYourJavaDirectory/jdk1.5.0/bin/
.
- If the dialog box displays the message The Javadoc command does not exist, then you need to click the Configure... button and locate
- Select the project, and the destination for the Javadoc files. Normally, you should only generate documentation for
public
fields and methods. - If you have no
assert
statements, you can click Finish at this point. - Click Next >.
- Click Next > again.
- Click Finish.