Doclet for Annotation Driven Documentation
(at)-doclet allows you to document your project inside your code with Javadoc and generate a userfriendly maven site afterwards.
How it work's:
-
Define annotations for different types you want do document, and write appropriate Javadoc.
-
Define apt-templates for the different annotations.
-
Configure your Maven Project to use the doclet.
-
Generate your output.
-
Checkout the project.
-
Install maven (if not yet done).
-
run mvn install, to install the doclet in your local maven repository. (update about a central repository will be added soon).
-
include the doclet in your projects.
A detailed documentation can be found in the project itself. Run mvn site && mvn site:run and you'll have a html page with all information you need.