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

Modified Files:
        ClassTagsHandler.java 
Log Message:
Template tag documentation fixes & improvements.

Index: ClassTagsHandler.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tagshandler/ClassTagsHandler.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** ClassTagsHandler.java       29 Apr 2003 19:14:06 -0000      1.17
--- ClassTagsHandler.java       18 Apr 2004 18:26:14 -0000      1.18
***************
*** 26,29 ****
--- 26,31 ----
  
  /**
+  * Tags relating to classes being processed and class-level attributes.
+  *
   * @author               Ara Abrahamian ([EMAIL PROTECTED])
   * @created              Oct 14, 2001
***************
*** 41,50 ****
  
      /**
!      * Returns the not-full-qualified name of the current class without the package 
name.
       *
       * @param clazz  Description of Parameter
       * @return       Description of the Returned Value
       * @todo         duplicate in AbstractProgramElementTagsHandler
-      * @doc.tag      type="content"
       * @deprecated   use XClass.name()
       */
--- 43,51 ----
  
      /**
!      * Returns the not-full-qualified name of the specified class without the 
package name.
       *
       * @param clazz  Description of Parameter
       * @return       Description of the Returned Value
       * @todo         duplicate in AbstractProgramElementTagsHandler
       * @deprecated   use XClass.name()
       */
***************
*** 55,63 ****
  
      /**
!      * Returns the full-qualified name of the current class with the package name.
       *
       * @param clazz  Description of Parameter
       * @return       Description of the Returned Value
-      * @doc.tag      type="content"
       * @deprecated   use XClass.qualifiedName()
       */
--- 56,63 ----
  
      /**
!      * Returns the full-qualified name of the specified class with the package name.
       *
       * @param clazz  Description of Parameter
       * @return       Description of the Returned Value
       * @deprecated   use XClass.qualifiedName()
       */
***************
*** 160,164 ****
  
      /**
!      * Returns the full-qualified name of the superclass of the current class.
       *
       * @return                      Description of the Returned Value
--- 160,164 ----
  
      /**
!      * Returns the full-qualified name of the current class.
       *
       * @return                      Description of the Returned Value
***************
*** 275,280 ****
  
      /**
!      * Iterates over all classes loaded by javadoc and evaluates the body of the tag 
for each class. It descards classes
!      * that have a xdoclet-generated class tag defined.
       *
       * @param template              The body of the block tag
--- 275,280 ----
  
      /**
!      * Iterates over all classes loaded by xjavadoc and evaluates the body of the 
tag for each class. It discards
!      * classes that have a xdoclet-generated class tag defined.
       *
       * @param template              The body of the block tag
***************
*** 335,342 ****
  
      /**
!      * Describe what the method does
       *
       * @return                      Describe the return value
       * @exception XDocletException  Describe the exception
       */
      public String modifiers() throws XDocletException
--- 335,343 ----
  
      /**
!      * The current class' modifiers.
       *
       * @return                      Describe the return value
       * @exception XDocletException  Describe the exception
+      * @doc.tag                     type="content"
       */
      public String modifiers() throws XDocletException
***************
*** 733,737 ****
       * @exception XDocletException  Description of Exception
       * @deprecated                  Make sure the template file uses full qualified 
class names everywhere instead.
!      * @doc.tag                     type="block"
       */
      public String importedList(Properties attributes) throws XDocletException
--- 734,738 ----
       * @exception XDocletException  Description of Exception
       * @deprecated                  Make sure the template file uses full qualified 
class names everywhere instead.
!      * @doc.tag                     type="content"
       */
      public String importedList(Properties attributes) throws XDocletException



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to