-
Notifications
You must be signed in to change notification settings - Fork 0
Home
brunobraga edited this page Nov 14, 2011
·
10 revisions
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.
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/]
-
WikipediaTaglet : enables tag for [Wikipedia] (http://en.wikipedia.org/) links.
-
Prettify : syntax highlighting for code documentation in javadoc.
- [How to use Javadoc] (wiki/HowToJavadoc): examples to implement this package with javadoc documentation generation