User: rinkrank
  Date: 02/03/27 14:38:47

  Modified:    core/src/xdoclet/tags ClassTagsHandler.java
  Log:
  -fork is handled in xjavadoc only
  -finders only visible if local/remote
  -added todo to classtagshandler
  
  Revision  Changes    Path
  1.26      +3 -1      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.25
  retrieving revision 1.26
  diff -u -w -r1.25 -r1.26
  --- ClassTagsHandler.java     26 Mar 2002 00:01:10 -0000      1.25
  +++ ClassTagsHandler.java     27 Mar 2002 22:38:47 -0000      1.26
  @@ -20,7 +20,7 @@
   /**
    * @author    Ara Abrahamian ([EMAIL PROTECTED])
    * @created   Oct 14, 2001
  - * @version   $Revision: 1.25 $
  + * @version   $Revision: 1.26 $
    */
   public class ClassTagsHandler extends AbstractProgramElementTagsHandler
   {
  @@ -375,6 +375,8 @@
         * @doc:param                   name="superclasses" values="true,false"
         *      description="If true then traverse superclasses also, otherwise look up
         *      the tag in current concrete class only."
  +      * @todo (Aslak) It appears that this method does the same job as 
ifClassTagValueEquals.
  +      * It also appears that no templates are using it. Candidate for removal?
         */
        public void ifClassTagValueMatches( String template, Properties attributes ) 
throws XDocletException
        {
  
  
  

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

Reply via email to