User: ko5tik  
  Date: 02/04/07 09:11:41

  Modified:    src/xjavadoc XDoc.java
  Log:
  added setter for  commentary. needed by xjavadocgui
  
  Revision  Changes    Path
  1.28      +849 -841  xjavadoc/src/xjavadoc/XDoc.java
  
  Index: XDoc.java
  ===================================================================
  RCS file: /cvsroot/xdoclet/xjavadoc/src/xjavadoc/XDoc.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -w -r1.27 -r1.28
  --- XDoc.java 4 Apr 2002 22:51:47 -0000       1.27
  +++ XDoc.java 7 Apr 2002 16:11:40 -0000       1.28
  @@ -175,6 +175,16 @@
   
   
        /**
  +      * set comment text
  +      *
  +      * @param commentText The new CommentText value
  +      */
  +     public void setCommentText(String commentText) {
  +             _commentText = commentText;
  +     }
  +
  +
  +     /**
         * Gets the Owner attribute of the XDoc object
         *
         * @return The Owner value
  @@ -551,11 +561,9 @@
   
   
        /**
  -      * Describe what the method does
  +      * return description of program element
         *
  -      * @return Describe the return value
  -      * @todo-javadoc Write javadocs for method
  -      * @todo-javadoc Write javadocs for return value
  +      * @return description of program element
         */
        public String commentText() {
                if (_dirty) {
  
  
  

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

Reply via email to