![]() |
|
| How to generate the final documentation | |
| When you have made all the necessary comments in the sourcecode and maybe build a custom template, its time to let proDOC run over your source code. If you use eclipse exporting the doc is quiet easy. Your library should be a project in eclipse, in the package explorer click right on your project. Choose export in the appearing menue and then choose javadoc and click next. c:\javadoc -doclet prodoc.StartDoclet -docletpath c:\the\path\to\prodocI tried to implement an exceptionhandling that gives you information about errors during the generation, so that you know where you made mistakes in the template files or sourcecode comments. If everything worked you should find the complete documentation in a new documentation folder inside your lib. |
|