How to make documentation with NetBeans and Javadoc

Piotr Łużecki picture Piotr Łużecki · Dec 13, 2011 · Viewed 70.4k times · Source

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.

Answer

Lenin Raj Rajasekaran picture Lenin Raj Rajasekaran · Dec 13, 2011

Right click your project in Project window and click 'Generate Javadoc'

Netbeans generate javadoc