Wednesday, July 11, 2012

Monday, July 2, 2012

How to use use AllJavadoc class from Weka

Weka framework has a useful tool to generate Javadoc for your classes. It uses information that you provided in the sources to generate appropriate Javadoc automatically. This helps to update Javadoc when you update sources.

Under the cut I'll describe how to use this tool.