<${tag.name}>

Tag name: <${tag.name}>
#set ($javadocPath = "../apidocs/" + $tag.getClassName().replace('.', '/') ) Tag class: ${tag.className}
${tag.longDescription}

#if ($baseContent) $baseContent #end #set ($attributeList = ${tagdocUtils.getSortedAttributeList($tag)}) #if ($attributeList.size() != 0)
#foreach( $attribute in $attributeList ) #if (!$attribute.isTagExcluded()) #set ($type = ${tagdocUtils.getDisplayType($tag.className,$attribute.name,$attribute.className)}) #if ($attribute.longDescription) #else #end #end #end
Name Type Required Description
$attribute.name$type $attribute.isRequired()$attribute.longDescription
#end