You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

task_xdoc.template 1.4 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <XDtTagDef:tagDef namespace="Ant" handler="org.apache.tools.ant.xdoclet.AntTagsHandler"/>
  2. <task name="<XDtAnt:taskName/>" category="<XDtAnt:categoryName/>"
  3. classname="<XDtClass:fullClassName/>">
  4. <short-description><![CDATA[<XDtClass:firstSentenceDescription/>]]></short-description>
  5. <long-description>
  6. <![CDATA[<XDtClass:classComment no-comment-signs="true"/>]]>
  7. </long-description>
  8. <structure>
  9. <XDtAnt:forAllAttributes>
  10. <attribute name="<XDtMethod:propertyName/>" type="<XDtParameter:forAllMethodParams><XDtParameter:methodParamType/></XDtParameter:forAllMethodParams>">
  11. <description><![CDATA[
  12. <XDtMethod:methodComment no-comment-signs="true"/>
  13. ]]></description>
  14. </attribute>
  15. </XDtAnt:forAllAttributes>
  16. <XDtAnt:forAllElements>
  17. <element name="<XDtAnt:elementName/>">
  18. <description><![CDATA[
  19. <XDtMethod:methodComment no-comment-signs="true"/>
  20. ]]></description>
  21. </element>
  22. </XDtAnt:forAllElements>
  23. <!-- @todo: wrap setCurrentMethod inside AntTagsHandler -->
  24. <XDtMethod:setCurrentMethod name="addText" parameters="java.lang.String">
  25. <body>
  26. <description><![CDATA[
  27. <XDtMethod:methodComment no-comment-signs="true"/>
  28. ]]></description>
  29. </body>
  30. </XDtMethod:setCurrentMethod>
  31. </structure>
  32. <!-- merge point for samples? -->
  33. </task>