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

Modified Files:
        TemplateSubTask.java 
Log Message:
Javadocs.




Index: TemplateSubTask.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/TemplateSubTask.java,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -r1.78 -r1.79
*** TemplateSubTask.java        10 Oct 2004 22:32:16 -0000      1.78
--- TemplateSubTask.java        6 Apr 2005 23:56:18 -0000       1.79
***************
*** 106,114 ****
  
      /**
!      * Converts the full qualified class name to a valid path with 
File.separator characters instead of . characters and
!      * class name postfixed by a ".java".
       *
!      * @param className  Description of Parameter
!      * @return           Description of the Returned Value
       */
      protected static String javaFile(String className)
--- 106,114 ----
  
      /**
!      * Converts the fully qualified class name to a valid path with 
File.separator characters instead of "." characters
!      * and class name postfixed by a ".java".
       *
!      * @param className  class name
!      * @return           file path
       */
      protected static String javaFile(String className)
***************
*** 489,496 ****
  
      /**
!      * Returns class name for the generated file. {0} substituted by class 
name.
       *
!      * @param clazz                 Description of Parameter
!      * @return                      The GeneratedClassName value
       * @exception XDocletException  Description of Exception
       */
--- 489,497 ----
  
      /**
!      * Returns the filename of the generated file for a class. If the string 
"{0}" is present in the pattern, it will be
!      * substituted with the transformed class name.
       *
!      * @param clazz                 the class being processed
!      * @return                      the corresponding filename
       * @exception XDocletException  Description of Exception
       */



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to