Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30561

Modified Files:
        DocletTask.java 
Log Message:
Docs.  XDT-1034



Index: DocletTask.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/DocletTask.java,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -r1.62 -r1.63
*** DocletTask.java     17 Apr 2004 14:49:28 -0000      1.62
--- DocletTask.java     5 Sep 2004 23:35:24 -0000       1.63
***************
*** 33,38 ****
   * @created         June 19, 2001
   * @ant.element     name="xdoclet" display-name="XDoclet Standard Task"
-  * @ant.attribute   name="destDir"
-  * @ant.attribute   name="mergeDir"
   * @ant.attribute   name="encoding" description="Specify the source file encoding 
name, such as Windows-31J, EUC-JP,
   *      UTF-8. In default, system default encoding is used."
--- 33,36 ----
***************
*** 349,352 ****
--- 347,356 ----
      }
  
+     /**
+      * Generic subtask.
+      *
+      * @param subtask  The subtask to be added
+      * @ant.ignore
+      */
      public void addSubTask(SubTask subtask)
      {
***************
*** 355,362 ****
  
      /**
!      * Describe the method
       *
       * @param subtask             Describe the method parameter
       * @exception BuildException
       */
      public void addTemplate(TemplateSubTask subtask) throws BuildException
--- 359,367 ----
  
      /**
!      * Generic subtask for processing a user-supplied template.
       *
       * @param subtask             Describe the method parameter
       * @exception BuildException
+      * @ant.ignore
       */
      public void addTemplate(TemplateSubTask subtask) throws BuildException
***************
*** 394,400 ****
  
      /**
!      * Describe the method
       *
       * @param subtask  Describe the method parameter
       */
      public void addXmlTemplate(XmlSubTask subtask)
--- 399,406 ----
  
      /**
!      * Generic subtask for processing a user-supplied template, to generate an XML 
document.
       *
       * @param subtask  Describe the method parameter
+      * @ant.ignore
       */
      public void addXmlTemplate(XmlSubTask subtask)



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to