Vote count:
0
I can't figure out how to generate javadoc for non-public classes in a .java file.
Suppose I had a java file HelloWorld.java that looks like this
/**
The hello world class.
*/
public class HelloWorld
{
...
}
/**
The hello class.
*/
class Hello
{
...
}
/**
The helping class.
*/
class Helper
{
...
}
If I typed in javadoc -d *.java, it only generates javadoc for HelloWorld class, how can I generate javadoc for Hello and Helper classes
asked 1 min ago
How to generate javadoc for non-public classes in a .java file
Aucun commentaire:
Enregistrer un commentaire