Update of /cvsroot/xdoclet/xdoclet/modules/xdoclet/src/META-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6966/META-INF
Modified Files: xtags.xml Log Message: Javadoc & template tag docs. Document @ant.* tags. XDT-1034 Index: xtags.xml =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/xdoclet/src/META-INF/xtags.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** xtags.xml 18 Mar 2003 21:36:15 -0000 1.10 --- xtags.xml 7 Oct 2004 23:53:31 -0000 1.11 *************** *** 268,270 **** --- 268,407 ---- </tags> </namespace> + <namespace> + <name>ant</name> + <usage-description>These tags are used to generate the task and subtask documentation.</usage-description> + <condition-description>SubTask</condition-description> + <condition type="or"> + <condition type="type"> + <condition-parameter>xdoclet.DocletTask</condition-parameter> + </condition> + <condition type="type"> + <condition-parameter>xdoclet.SubTask</condition-parameter> + </condition> + </condition> + <tags> + <!-- ant.task tag is only ever mentioned in StrutsConfigXmlSubTask, and + appears to be otherwise unused --> + <tag> + <level>class</level> + <name>ant.element</name> + <usage-description> + ??? + </usage-description> + <unique>true</unique> + <parameter type="text"> + <name>name</name> + <usage-description> + ??? + </usage-description> + <mandatory>true</mandatory> + </parameter> + <parameter type="text"> + <name>display-name</name> + <usage-description> + ??? + </usage-description> + <mandatory>false</mandatory> + </parameter> + <parameter type="text"> + <name>parent</name> + <usage-description> + ??? + </usage-description> + <mandatory>false</mandatory> + </parameter> + </tag> + <tag> + <level>class</level> + <name>ant.attribute</name> + <usage-description> + ??? + </usage-description> + <unique>true</unique> + <parameter type="text"> + <name>name</name> + <usage-description> + ??? + </usage-description> + <mandatory>true</mandatory> + </parameter> + <parameter type="text"> + <name>display-name</name> + <usage-description> + ??? + </usage-description> + <mandatory>false</mandatory> + </parameter> + <parameter type="text"> + <name>parent</name> + <usage-description> + ??? + </usage-description> + <mandatory>false</mandatory> + </parameter> + </tag> + <tag> + <level>method</level> + <name>ant.ignore</name> + <usage-description> + Setter methods that should not be listed in the docs as attributes + can be excluded using this tag. + </usage-description> + <unique>true</unique> + <condition-description>The tag should go on the setter method of the attribute.</condition-description> + <condition type="and"> + <condition type="method"/> + <condition type="starts-with"> + <condition-parameter>set</condition-parameter> + </condition> + </condition> + </tag> + <tag> + <level>method</level> + <name>ant.required</name> + <usage-description> + Indicates an attribute is not mandatory. + </usage-description> + <unique>true</unique> + <condition-description>The tag should go on the setter method of the attribute.</condition-description> + <condition type="and"> + <condition type="method"/> + <condition type="starts-with"> + <condition-parameter>set</condition-parameter> + </condition> + </condition> + <parameter type="text"> + <name></name> + <usage-description> + Any text to go in the "Required?" column in the docs. + </usage-description> + <mandatory>false</mandatory> + <default>Yes.</default> + </parameter> + </tag> + <tag> + <level>method</level> + <name>ant.not-required</name> + <usage-description> + Indicates an attribute is not mandatory. + </usage-description> + <unique>true</unique> + <condition-description>The tag should go on the setter method of the attribute.</condition-description> + <condition type="and"> + <condition type="method"/> + <condition type="starts-with"> + <condition-parameter>set</condition-parameter> + </condition> + </condition> + <parameter type="text"> + <name></name> + <usage-description> + Any text to go in the "Required?" column in the docs. + </usage-description> + <mandatory>false</mandatory> + <default>No.</default> + </parameter> + </tag> + </tags> + </namespace> </xdoclet> ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel