I was searching a while, but nothing found. How can i make documentation in NetBeans 7.0.1?
My file looks like:
/** Class Description of MyClass */ public class ScanReader{ }
In my project properties i checked all options with checkbox and nothing in Javadoc options (i tried -d with global path, but nothing happened). When i make build or build and clean i dont see anything about documentation and nothing new in project file either.
To generate Javadoc for a project, select Run > Generate Javadoc from the menu bar or, right-click the project in the Projects window and choose Generate Javadoc. The IDE will generate the Javadoc and open it in a separate browser window.
From the main menu, select Tools | Generate JavaDoc. In the dialog that opens, select a scope — a set of files or directories for which you want to generate the reference, and set the output directory where the generated documentation will be placed.
Right click your project in Project window and click 'Generate Javadoc'
Update: for those using NetBeans 8.0, besides the options already stated, you can create Javadoc for a file or package.
Done :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With