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.5 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. <attributes>
  10. <XDtAnt:forAllAttributes>
  11. <attribute name="<XDtMethod:propertyName/>" type="<XDtParameter:forAllMethodParams><XDtParameter:methodParamType/></XDtParameter:forAllMethodParams>">
  12. <description><![CDATA[
  13. <XDtMethod:methodComment no-comment-signs="true"/>
  14. ]]></description>
  15. </attribute>
  16. </XDtAnt:forAllAttributes>
  17. </attributes>
  18. <elements>
  19. <XDtAnt:forAllElements>
  20. <element name="<XDtAnt:elementName/>">
  21. <description><![CDATA[
  22. <XDtMethod:methodComment no-comment-signs="true"/>
  23. ]]></description>
  24. </element>
  25. </XDtAnt:forAllElements>
  26. </elements>
  27. <!-- @todo: wrap setCurrentMethod inside AntTagsHandler -->
  28. <XDtMethod:setCurrentMethod name="addText" parameters="java.lang.String">
  29. <body>
  30. <description><![CDATA[
  31. <XDtMethod:methodComment no-comment-signs="true"/>
  32. ]]></description>
  33. </body>
  34. </XDtMethod:setCurrentMethod>
  35. </structure>
  36. <!-- merge point for samples? -->
  37. </task>