Browse Source

Pointer to Java2HTML, submitted by Jason Shattu <jason dot shattu at java2html dot com>

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274552 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
adb10aa72e
2 changed files with 80 additions and 2 deletions
  1. +50
    -1
      docs/external.html
  2. +30
    -1
      xdocs/external.xml

+ 50
- 1
docs/external.html View File

@@ -1348,7 +1348,11 @@
<a name="Java2Html"></a> <a name="Java2Html"></a>
Java2Html Java2Html
</h4> </h4>
<p>Uses the Java2Html library for converting java source files
<p>There are two different tools both named Java2HTML that
process Java source code and generate syntax higlighted
documentation from it. Both include Ant tasks to run
them.</p>
<p>Java2Html library for converting java source files
or snipplets to syntax highlighted html, rtf, tex and or snipplets to syntax highlighted html, rtf, tex and
others.</p> others.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -1391,6 +1395,51 @@
valign="top" align="left"> valign="top" align="left">
GNU General Public License GNU General Public License
</td> </td>
</tr>
</table>
<p>Java2HTML is a simple-to-use tool which converts a bunch of
Java Source Code into a colourized and browsable HTML
representation.</p>
<table class="ForrestTable" 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">
1.5.1 onwards
</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://www.java2html.com/java2html_ant_task.html">http://www.java2html.com/java2html_ant_task.html</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="mailto:support@java2html.com">support@java2html.com</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
FreeWare
</td>
</tr> </tr>
</table> </table>
<h4 class="subsection"> <h4 class="subsection">


+ 30
- 1
xdocs/external.xml View File

@@ -668,7 +668,12 @@


<subsection name="Java2Html"> <subsection name="Java2Html">


<p>Uses the Java2Html library for converting java source files
<p>There are two different tools both named Java2HTML that
process Java source code and generate syntax higlighted
documentation from it. Both include Ant tasks to run
them.</p>

<p>Java2Html library for converting java source files
or snipplets to syntax highlighted html, rtf, tex and or snipplets to syntax highlighted html, rtf, tex and
others.</p> others.</p>


@@ -690,6 +695,30 @@
<td>GNU General Public License</td> <td>GNU General Public License</td>
</tr> </tr>
</table> </table>

<p>Java2HTML is a simple-to-use tool which converts a bunch of
Java Source Code into a colourized and browsable HTML
representation.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>1.5.1 onwards</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.java2html.com/java2html_ant_task.html">http://www.java2html.com/java2html_ant_task.html</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:support@java2html.com">support@java2html.com</a></td>
</tr>
<tr>
<th>License:</th>
<td>FreeWare</td>
</tr>
</table>

</subsection> </subsection>


<subsection name="Javamake"> <subsection name="Javamake">


Loading…
Cancel
Save