User: rinkrank
  Date: 02/06/21 05:07:23

  Modified:    modules  ant-doc.xdt
  Log:
  -Updated subtask/task doc template to include only setters with @ant.required and a 
method comment
  -Removed debug from ModuleFinder
  -Some minor doc changes
  
  Revision  Changes    Path
  1.2       +6 -2      xdoclet/modules/ant-doc.xdt
  
  Index: ant-doc.xdt
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/modules/ant-doc.xdt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- ant-doc.xdt       12 Jun 2002 23:27:44 -0000      1.1
  +++ ant-doc.xdt       21 Jun 2002 12:07:23 -0000      1.2
  @@ -10,11 +10,15 @@
     </TR>
   <XDtMethod:forAllMethods superclasses="true">
    <XDtMethod:ifIsSetter>
  + <XDtMethod:ifHasMethodTag tagName="ant.required">
  + <XDtMethod:ifHasMethodComment>
     <TR>
       <TD VALIGN="top"><XDtMethod:propertyName/></TD>
  -    <TD VALIGN="top"><XDtMethod:methodComment no-comment-signs="true" 
mandatory="false"/></TD>
  -    <TD VALIGN="top"><XDtMethod:methodTagValue tagName="ant.required" 
mandatory="false"/></TD>
  +    <TD VALIGN="top"><XDtMethod:methodComment no-comment-signs="true"/></TD>
  +    <TD VALIGN="top"><XDtMethod:methodTagValue tagName="ant.required"/></TD>
     </TR>
  + </XDtMethod:ifHasMethodComment>
  + </XDtMethod:ifHasMethodTag>
    </XDtMethod:ifIsSetter>
   </XDtMethod:forAllMethods>
   </TABLE>
  
  
  


-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to