27 Mart 2010 Cumartesi

javadoc generation

  1. In the Package Explorer window, choose the package or file for which you want to generate documentation.
  2. Choose File -> Export... -> Javadoc -> Next>
    1. 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 in YourJavaDirectory/jdk1.5.0/bin/.
  3. Select the project, and the destination for the Javadoc files. Normally, you should only generate documentation for public fields and methods.
  4. If you have no assert statements, you can click Finish at this point.
  5. Click Next >.
  6. Click Next > again.
  7. Click Finish.