Taglets

Concern of the Tool

The Taglets library provides a bunch of taglets to make Javadoc reports visually more appealing and add visual value to the documentation. We think this is a wonderful tool especially to add important notes and source code examples to the Javadoc comments. Although we currently use this facility very sparsely at the moment we plan to use it extensively in the future.

Using the Tool

It is quite easy to integrate into the maven-javadoc-plugin by adding the following section (provided that you have added it to a MVN repository):

<taglets>
  <taglet>
    <tagletClass>net.sourceforge.taglets.Taglets</tagletClass>
    <tagletArtifact>
      <groupId>net.sourceforge.taglets</groupId>
      <artifactId>taglets</artifactId>
      <version>2.0.3</version>
    </tagletArtifact>
  </taglet>
</taglets>