User: ara_e_w 
  Date: 02/02/24 12:33:50

  Modified:    test     Hello.java
  Log:
  - inner classes supported
  - call complete() on all neccessary cases
  - importedClasses/packages works again
  
  Revision  Changes    Path
  1.6       +9 -0      xjavadoc/test/Hello.java
  
  Index: Hello.java
  ===================================================================
  RCS file: /cvsroot/xdoclet/xjavadoc/test/Hello.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -w -r1.5 -r1.6
  --- Hello.java        22 Feb 2002 18:14:50 -0000      1.5
  +++ Hello.java        24 Feb 2002 20:33:50 -0000      1.6
  @@ -68,4 +68,13 @@
   
        Long noComment(     ) {
        }
  +
  +     public class InnerClass extends java.lang.Object {
  +
  +        private final String doodoo = "doodoo";
  +
  +             private String justForFun() {
  +                     return "justForFun";
  +             }
  +     }
   }
  
  
  

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

Reply via email to