Skip to content
brunobraga edited this page Nov 14, 2011 · 10 revisions

CustomTaglets

Definition

A simple JAVA package that basically holds custom taglets (or tags) used in javadoc generation that can be useful to avoid repetition or enhance features that may be a burden to the documenting user.

Refer to classes available within this package for additional details on features available here.

Why yet another taglet library? (Motivation)

Short answer? Because all others I came across failed to attend my needs (not to say most did not even work at all). But if you want to try for yourself, here are some available:

  • doclava [http://code.google.com/p/doclava/]
  • xdoclet [http://sourceforge.net/projects/xdoclet/]
  • [http://taglets.sourceforge.net/]

Features

HowTos

  • [How to use Javadoc] (wiki/HowToJavadoc): examples to implement this package with javadoc documentation generation
Clone this wiki locally