Browse Source

add AntDoclet

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@375221 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 19 years ago
parent
commit
24b4beac8c
2 changed files with 81 additions and 1 deletions
  1. +51
    -0
      docs/external.html
  2. +30
    -1
      xdocs/external.xml

+ 51
- 0
docs/external.html View File

@@ -489,6 +489,57 @@
valign="top" align="left"> valign="top" align="left">
The Apache Software License The Apache Software License
</td> </td>
</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> </tr>
</table> </table>
<h4 class="subsection"> <h4 class="subsection">


+ 30
- 1
xdocs/external.xml View File

@@ -211,6 +211,35 @@
</table> </table>
</subsection> </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"> <subsection name="Anteater">


<p>Anteater is a set of Ant tasks for the functional testing of websites <p>Anteater is a set of Ant tasks for the functional testing of websites
@@ -3636,4 +3665,4 @@
</section> </section>


</body> </body>
</document>
</document>

Loading…
Cancel
Save