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 */
p
Update: for those using NetBeans 8.0, besides the options already stated, you can create Javadoc for a file or package.
Done :)
This is another way that you can generate your Javadoc through Netbeans.
1.- Click on 'Run' menu
2.- Then go down to 'Generate Javadoc (...)'
Right click your project in Project window and click 'Generate Javadoc'