blob: 190e0c2447f12944790281eb8e9484e0c31acdb9 [file] [log] [blame]
<XDtTagDef:tagDef namespace="Ant" handler="org.apache.tools.ant.xdoclet.TaskTagsHandler"/>
<task name="<XDtAnt:taskName/>" category="<XDtAnt:categoryName/>"
classname="<XDtClass:fullClassName/>">
<XDtMerge:merge file="{0}.xml" generateMergedFile="false"></XDtMerge:merge>
<short-description><![CDATA[<XDtClass:firstSentenceDescription/>]]></short-description>
<long-description>
<![CDATA[<XDtClass:classComment no-comment-signs="true"/>]]>
</long-description>
<structure>
<attributes>
<XDtAnt:forAllAttributes>
<attribute name="<XDtMethod:propertyName/>" type="<XDtParameter:forAllMethodParams><XDtParameter:methodParamType/></XDtParameter:forAllMethodParams>">
<description><![CDATA[
<XDtMethod:methodComment no-comment-signs="true"/>
]]></description>
</attribute>
</XDtAnt:forAllAttributes>
</attributes>
<elements>
<XDtAnt:forAllElements>
<element name="<XDtAnt:elementName/>" type="<XDtAnt:elementType/>">
<description>
<![CDATA[<XDtMethod:methodComment no-comment-signs="true"/>]]>
</description>
<XDtClass:pushClass value="<XDtAnt:elementType/>">
<XDtAnt:ifHasAttributes>
<attributes>
<XDtAnt:forAllAttributes>
<attribute name="<XDtMethod:propertyName/>" type="<XDtParameter:forAllMethodParams><XDtParameter:methodParamType/></XDtParameter:forAllMethodParams>">
<description><![CDATA[
<XDtMethod:methodComment no-comment-signs="true"/>
]]></description>
</attribute>
</XDtAnt:forAllAttributes>
</attributes>
</XDtAnt:ifHasAttributes>
</XDtClass:pushClass>
</element>
</XDtAnt:forAllElements>
</elements>
<!-- @todo: wrap setCurrentMethod inside AntTagsHandler -->
<!-- @todo: create a XDtAnt:description wrapper for methodComment -->
<XDtMethod:setCurrentMethod name="addText" parameters="java.lang.String">
<body>
<description><![CDATA[
<XDtMethod:methodComment no-comment-signs="true"/>
]]></description>
</body>
</XDtMethod:setCurrentMethod>
</structure>
</task>