Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tagshandler
In directory sc8-pr-cvs1:/tmp/cvs-serv25867/xdoclet/core/src/xdoclet/tagshandler

Modified Files:
        ConstructorTagsHandler.java MethodTagsHandler.java 
Log Message:
Allow ability to expand class names in tag values


Index: ConstructorTagsHandler.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/core/src/xdoclet/tagshandler/ConstructorTagsHandler.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** ConstructorTagsHandler.java 9 Sep 2002 04:30:37 -0000       1.8
--- ConstructorTagsHandler.java 25 Dec 2002 13:50:28 -0000      1.9
***************
*** 314,318 ****
      public String constructorTagValue(Properties attributes) throws XDocletException
      {
!         return delimit(getTagValue(attributes, FOR_CONSTRUCTOR), attributes);
      }
  
--- 314,318 ----
      public String constructorTagValue(Properties attributes) throws XDocletException
      {
!         return getExpandedDelimitedTagValue(attributes, FOR_CONSTRUCTOR);
      }
  

Index: MethodTagsHandler.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/core/src/xdoclet/tagshandler/MethodTagsHandler.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** MethodTagsHandler.java      18 Sep 2002 19:49:15 -0000      1.21
--- MethodTagsHandler.java      25 Dec 2002 13:50:28 -0000      1.22
***************
*** 600,604 ****
      public String methodTagValue(Properties attributes) throws XDocletException
      {
!         return delimit(getTagValue(attributes, FOR_METHOD), attributes);
      }
  
--- 600,604 ----
      public String methodTagValue(Properties attributes) throws XDocletException
      {
!         return getExpandedDelimitedTagValue(attributes, FOR_METHOD);
      }
  



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to