CheckJavadoc
This tool checks that for each .java file there is a package.html file,
that for each .java file there is at least one (class level) javadoc comment,
and that lines with comments are not too long.
| Methods |
| static void |
main(String... args)
This method is called when executing this application from the command
line.
|
| static void |
main(String... args) throws Exception
This method is called when executing this application from the command
line.
Parameters:
args - the command line parameters
|