User: rinkrank
  Date: 02/07/09 18:07:00

  Modified:    modules/bea/src/META-INF xtags.xml
  Log:
  Improved tag docs. They now say at what level (class, method, field, constructor) a 
tag belongs. This involves a change in xtags.dtd. There is a new <level> tag which 
more or less replaces the corresponding conditions for class and method. Also added 
"cardinality" - whether a tag can occur more than once. In order to do this I had to 
trade the old XSLT transfromation for Anakia, which is more powerful (at least it 
makes me more powerful ;-)
  
  Revision  Changes    Path
  1.3       +2 -1      xdoclet/modules/bea/src/META-INF/xtags.xml
  
  Index: xtags.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/modules/bea/src/META-INF/xtags.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -w -r1.2 -r1.3
  --- xtags.xml 28 May 2002 22:35:37 -0000      1.2
  +++ xtags.xml 10 Jul 2002 01:07:00 -0000      1.3
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<!DOCTYPE xdoclet PUBLIC "-//XDoclet Team//DTD XDoclet Tags 1.1//EN" 
"http://xdoclet.sourceforge.net/dtds/xtags.dtd";>
  +<!--DOCTYPE xdoclet PUBLIC "-//XDoclet Team//DTD XDoclet Tags 1.1//EN" 
"http://xdoclet.sourceforge.net/dtds/xtags.dtd"-->
   
   <xdoclet>
       <!-- XXXXX tags -->
  @@ -17,6 +17,7 @@
           </condition>
           <tags>
               <tag>
  +             <level>class</level>
                   <name>foo:bar</name>
                   <usage-description>
                       Foo and bar
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to