Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-plugin/src/main/java/org/xdoclet/plugin/plugin/qtags
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20773/src/main/java/org/xdoclet/plugin/plugin/qtags

Modified Files:
        GeneramaPropertyTag.java 
Added Files:
        GeneramaIgnoreTag.java 
Log Message:
Improve docs generation

--- NEW FILE: GeneramaIgnoreTag.java ---
/*
 * Copyright (c) 2003
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.plugin.qtags;

/**
 * Tag which indicates taht documentation should not be generated for class
 * @qtags.location class
 * @author Anatol Pomozov
 */
public interface GeneramaIgnoreTag {
}
Index: GeneramaPropertyTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-plugin/src/main/java/org/xdoclet/plugin/plugin/qtags/GeneramaPropertyTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** GeneramaPropertyTag.java    27 Oct 2004 18:26:41 -0000      1.1
--- GeneramaPropertyTag.java    31 May 2005 11:28:18 -0000      1.2
***************
*** 1,6 ****
  package org.xdoclet.plugin.plugin.qtags;
  
  /**
!  * declares generama plugin property. contrary to usual practice this tag 
shall be placed on 
   * setters
   * @qtags.location method
--- 1,11 ----
+ /*
+  * Copyright (c) 2003
+  * XDoclet Team
+  * All rights reserved.
+  */
  package org.xdoclet.plugin.plugin.qtags;
  
  /**
!  * declares generama plugin property. contrary to usual practice this tag 
shall be placed on
   * setters
   * @qtags.location method
***************
*** 9,14 ****
   */
  public interface GeneramaPropertyTag extends 
com.thoughtworks.qdox.model.DocletTag {
-     Boolean isRequired();
-     String getDefault();
      String getAllowedValues();
  }
\ No newline at end of file
--- 14,21 ----
   */
  public interface GeneramaPropertyTag extends 
com.thoughtworks.qdox.model.DocletTag {
      String getAllowedValues();
+ 
+     String getDefault();
+ 
+     Boolean isRequired();
  }
\ No newline at end of file



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to