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

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