vmassol     01/04/22 03:52:36

  Modified:    cactus/docs/framework/xdocs todo.xml
  Log:
  new idea of todo : Cactus Doclet
  
  Revision  Changes    Path
  1.9       +9 -0      jakarta-commons/cactus/docs/framework/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/todo.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- todo.xml  2001/04/19 23:23:03     1.8
  +++ todo.xml  2001/04/22 10:52:35     1.9
  @@ -83,6 +83,15 @@
   
     <actions priority="wish">
       <action context="code">
  +      Create a Cactus Doclet. This will introduce new javadoc tags (like the
  +      <link href="">EJBDoclet</link>) that will be used by the javadoc command
  +      to do several things : generate test classes and test methods, generate
  +      richer documentation. Indeed, the best documentation for a method is
  +      it's test methods that show how to use it effectively. So maybe we could
  +      append to the HTML javadoc for a method the java test method code as an
  +      example.
  +    </action>
  +    <action context="code">
         Integration for Netbeans by integration with the Netbeans XTest module.
       </action>
       <action context="code">
  
  
  

Reply via email to