Antdoc

Implemented in class xdoclet.modules.doc.AntdocTagsHandler.

Block Tags:

ifHasSubElements (block template)

Generate the tag's body if the current element has any sub-elements.

forAllSubElements (block template)

Generate the tag's body for each of the current element's sub-elements.

Content templates:

subElementName (content template)

The name of the current sub-element.

elementName (content template)

The name of the current element.

subElementDescription (content template)

The description of the current sub-element.

required (content template)

rootlink (content template)

Links to the root folder. Only required to generate links to CSS.

subElementLink (content template)

enumerateValues (content template)

List the possible values for the current method. The property must be an Ant {@link EnumeratedAttribute}.