Tag Usage, Class Level (@xdoclet)These tags are used to generate Xdoclet module's xdoclet.xml files that is needed for a module to be slurped by xdoclet. @xdoclet.taghandler (0..1)Class tag to put on Tags Handler classes
Tag Usage, Method Level (@xdoclet)These tags are used to generate Xdoclet module's xdoclet.xml files that is needed for a module to be slurped by xdoclet. Tag Usage, Class Level (@doc)These tags are used to generate the template tag documentation. Tag Usage, Method Level (@doc)These tags are used to generate the template tag documentation. @doc.tag (0..1)Indicates that the method implements a template tag.
@doc.param (0..1)Describes a parameter of the template tag.
Tag Usage, Class Level (@msg)These tags are used to generate i18n message bundles @msg.bundle (0..1)Use on class level to customize generation of message bundles and translator classes. Tag Usage, Method Level (@msg)These tags are used to generate i18n message bundles |