User: ko5tik  
  Date: 02/05/02 10:35:13

  Modified:    src/java/xdocletgui Run.java
  Log:
  metawise fixed javadoc comments. It's ready for prime time
  
  Revision  Changes    Path
  1.2       +6 -0      xdocletgui/src/java/xdocletgui/Run.java
  
  Index: Run.java
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdocletgui/src/java/xdocletgui/Run.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- Run.java  28 Apr 2002 13:15:14 -0000      1.1
  +++ Run.java  2 May 2002 17:35:13 -0000       1.2
  @@ -7,11 +7,17 @@
   import xdocletgui.swing.Main;
   
   /**
  + * Wrapper to allow standalone running of GUI
  + *
    * @created   April 27, 2002
    */
   public final class Run
   {
   
  +     /**
  +      * @param params                   The command line arguments
  +      * @exception java.lang.Exception
  +      */
        public final static void main( String[] params ) throws java.lang.Exception
        {
   
  
  
  

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to