User: d_jencks
  Date: 02/02/28 08:15:50

  Modified:    core/src/xdoclet/tags ClassTagsHandler.java
  Log:
  added missing @doc:param
  
  Revision  Changes    Path
  1.20      +4 -2      xdoclet/core/src/xdoclet/tags/ClassTagsHandler.java
  
  Index: ClassTagsHandler.java
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tags/ClassTagsHandler.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -w -r1.19 -r1.20
  --- ClassTagsHandler.java     6 Feb 2002 00:22:11 -0000       1.19
  +++ ClassTagsHandler.java     28 Feb 2002 16:15:50 -0000      1.20
  @@ -21,7 +21,7 @@
   /**
    * @author    Ara Abrahamian ([EMAIL PROTECTED])
    * @created   Oct 14, 2001
  - * @version   $Revision: 1.19 $
  + * @version   $Revision: 1.20 $
    */
   public class ClassTagsHandler extends AbstractProgramElementTagsHandler
   {
  @@ -543,7 +543,9 @@
         * @exception XDocletException  Description of Exception
         * @doc:tag                     type="block"
         * @doc:param                   name="tagName" optional="false"
  -      *      description="The tag name."
  +      *      description="The name of the tag to look in."
  +      * @doc:param                   name="paramName" optional="false"
  +      *      description="The parameter of the tag whose value is to be tokenized."
         * @doc:param                   name="superclasses" values="true,false"
         *      description="If true then traverse superclasses also, otherwise look up
         *      the tag in current concrete class only."
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to