You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2006/02/06 09:39:44 UTC

svn commit: r375221 - in /ant/core/trunk: docs/external.html xdocs/external.xml

Author: jhm
Date: Mon Feb  6 00:39:42 2006
New Revision: 375221

URL: http://svn.apache.org/viewcvs?rev=375221&view=rev
Log:
add AntDoclet

Modified:
    ant/core/trunk/docs/external.html
    ant/core/trunk/xdocs/external.xml

Modified: ant/core/trunk/docs/external.html
URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/external.html?rev=375221&r1=375220&r2=375221&view=diff
==============================================================================
--- ant/core/trunk/docs/external.html (original)
+++ ant/core/trunk/docs/external.html Mon Feb  6 00:39:42 2006
@@ -492,6 +492,57 @@
       </tr>
           </table>
                                                           <h4 class="subsection">
+        <a name="AntDoclet"></a>
+        AntDoclet
+      </h4>
+                        <p>AntDoclet is a tool to automatically generate documentation out of
+        your Ant Tasks' source code.</p>
+                                <p>It is implemented as a Javadoc doclet, and generates reference
+        documentation and other deliverables from the source code of your
+        custom Ant Tasks/Types.</p>
+                                      <table class="externals" cellspacing="1" cellpadding="4">
+              <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          Compatibility:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          Ant 1.6+ (not tested on earlier versions)
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          URL:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          <a href="http://antdoclet.neuroning.com/">http://antdoclet.neuroning.com/</a>
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          Contact:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          <a href="http://neuroning.com/">Fernando Dobladez</a>
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          License:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          GPL
+      </td>
+      </tr>
+          </table>
+                                                          <h4 class="subsection">
         <a name="Anteater"></a>
         Anteater
       </h4>

Modified: ant/core/trunk/xdocs/external.xml
URL: http://svn.apache.org/viewcvs/ant/core/trunk/xdocs/external.xml?rev=375221&r1=375220&r2=375221&view=diff
==============================================================================
--- ant/core/trunk/xdocs/external.xml (original)
+++ ant/core/trunk/xdocs/external.xml Mon Feb  6 00:39:42 2006
@@ -211,6 +211,35 @@
         </table>
       </subsection>
 
+      <subsection name="AntDoclet">
+
+        <p>AntDoclet is a tool to automatically generate documentation out of
+        your Ant Tasks' source code.</p>
+
+        <p>It is implemented as a Javadoc doclet, and generates reference
+        documentation and other deliverables from the source code of your
+        custom Ant Tasks/Types.</p>
+
+        <table class="externals">
+          <tr>
+            <th>Compatibility:</th>
+            <td>Ant 1.6+ (not tested on earlier versions)</td>
+          </tr>
+          <tr>
+            <th>URL:</th>
+            <td><a href="http://antdoclet.neuroning.com/">http://antdoclet.neuroning.com/</a></td>
+          </tr>
+          <tr>
+            <th>Contact:</th>
+            <td><a href="http://neuroning.com/">Fernando Dobladez</a></td>
+          </tr>
+          <tr>
+            <th>License:</th>
+            <td>GPL</td>
+          </tr>
+        </table>
+      </subsection>
+
       <subsection name="Anteater">
 
         <p>Anteater is a set of Ant tasks for the functional testing of websites
@@ -3636,4 +3665,4 @@
     </section>
 
   </body>
-</document>
+</document>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org