What are available options for javaDoc ?
Brought to you by:
stoicflame
There is an example of accessing javadoc provided on the page http://apt-jelly.sourceforge.net/decorations.html which says that "Each key in this map is a JavaDoc tag". But that page doesn't specify the available keys. Any attempt to use standard JavaDoc tags like "exception" or "throws" fails with exceptions like
freemarker.core.InvalidReferenceException: Expression method.javaDoc.exception is undefined
Could you please elaborate on the acceptable options?