This page is aimed to be used as help for JavadocGenerator usage.
JavadocGenerator is tool for generating javadoc documentation. Although there is such tool shipped with Java Development Kit, JavadocGenerator provides easy customization and friendly user interface.
JavadocGenerator is completely written in Java, making it platform independent,
however there are some prerequisites that must be fulfilled in order to use it:
1) Make sure that you have installed JDK (Java Development Kit). Version of JDK needs to be greater than 1.6.10.
2) Verify that bin folder of JDK is in your path system variable. You can easily check this by typing the following into command line: javadoc -help
If bin folder of JDK is correctly configured in your path, command will output help about javadoc usage.
Using JavadocGenerator is straightforward, in 3 steps you'll have your javadoc documentation generated:
1) Selecting source folder of Java files
2) Selecting packages for which javadoc documentation shall be generated
3) Choosing generating options and producing javadoc documentation (such as destination directory, packaging into JAR etc.)
1) Selecting source folder of Java files
.....
2) Selecting packages
.....
3) Choosing generating options and producing javadoc documentation
.....