Browse Source

add pointer to doxygen task.

Submitted by:	Kyle R . Burton <mortis@voicenet.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270053 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
bad48b6b79
2 changed files with 93 additions and 0 deletions
  1. +70
    -0
      docs/external.html
  2. +23
    -0
      xdocs/external.xml

+ 70
- 0
docs/external.html View File

@@ -402,6 +402,76 @@
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Doxygen task"><strong>Doxygen task</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>Ant task for running the Doxygen documentation system.</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Compatibility:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Ant 1.1 and later
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
URL:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="http://www.bgw.org/projects/java/ant/">http://www.bgw.org/projects/java/ant/</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Contact:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="mailto:mortis@voicenet.com">Kyle R. Burton</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
License:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Apache Software Foundation License
</font>
</td>
</tr>
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">


+ 23
- 0
xdocs/external.xml View File

@@ -134,6 +134,29 @@
</table>
</subsection>

<subsection name="Doxygen task">
<p>Ant task for running the Doxygen documentation system.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.1 and later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.bgw.org/projects/java/ant/">http://www.bgw.org/projects/java/ant/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:mortis@voicenet.com">Kyle R. Burton</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache Software Foundation License</td>
</tr>
</table>
</subsection>

<subsection name="GenJar">
<p>Builds a jar file based on class dependencies rather than simply the contents of a directory</p>



Loading…
Cancel
Save