proDOC is a java doclet that lets you export documentation for your processing libraries. Like the standard javadoc it uses the comments in the sourcecode for building the documentation. It offers you different tags to include different kind of information.

To format your documentation you can use html templates. These templates need to include different tags as placeholders for the later information. You have to share these templates with your library otherwise proDOC takes its standard template.

There are three three main template files for building the documentation. One for the library index page, one for class pages and one for fields and methods.

To let proDOC run you need java 5.0 installed.

Download: prodoc.zip

I hope the documentation is not to complicated, any questions and suggestions are welcome.