From adb10aa72e51f837386530781d2845cdcba3f799 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 6 May 2003 13:26:47 +0000 Subject: [PATCH] Pointer to Java2HTML, submitted by Jason Shattu git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274552 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 51 +++++++++++++++++++++++++++++++++++++++++++++- xdocs/external.xml | 31 +++++++++++++++++++++++++++- 2 files changed, 80 insertions(+), 2 deletions(-) diff --git a/docs/external.html b/docs/external.html index ce1de4f65..979bfa35f 100644 --- a/docs/external.html +++ b/docs/external.html @@ -1348,7 +1348,11 @@ Java2Html -

Uses the Java2Html library for converting java source files +

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.

+

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

@@ -1391,6 +1395,51 @@ valign="top" align="left"> GNU General Public License + +
+

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

+ + + + + + + + + + + + + + + +
+ Compatibility: + + 1.5.1 onwards +
+ URL: + + http://www.java2html.com/java2html_ant_task.html +
+ Contact: + + support@java2html.com +
+ License: + + FreeWare +

diff --git a/xdocs/external.xml b/xdocs/external.xml index d826c0c51..e6ed59410 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -668,7 +668,12 @@ -

Uses the Java2Html library for converting java source files +

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.

+ +

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

@@ -690,6 +695,30 @@ GNU General Public License + +

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

+ + + + + + + + + + + + + + + + + + +
Compatibility:1.5.1 onwards
URL:http://www.java2html.com/java2html_ant_task.html
Contact:support@java2html.com
License:FreeWare
+