Patch: FYI: update java web page with API doc link
Tom Tromey
tromey@redhat.com
Thu Jan 20 17:23:00 GMT 2005
I'm checking this in.
This adds a link to the Classpath API documentation to the java web pages.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* docs.html: Added link to API docs.
Index: docs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/docs.html,v
retrieving revision 1.24
diff -u -r1.24 docs.html
--- docs.html 27 Jan 2004 18:12:22 -0000 1.24
+++ docs.html 20 Jan 2005 17:22:39 -0000
@@ -20,6 +20,11 @@
<ul>
<li><a href="http://gcc.gnu.org/onlinedocs/gcj/">GCJ Manual</a>.</li>
+ <li><a href="http://developer.classpath.org/doc/">API Documentation</a>.
+ (This is actually the API documentation for GNU Classpath, which is
+ essentially identical to libgcj. However, there may be
+ differences between the libgcj release you have and the
+ version of Classpath used to generate this page.) </li>
<li>General <a href="gcj2.html">gcj</a> information.</li>
<li>General <a href="libgcj2.html">runtime</a> information.</li>
<li>How to <a href="compile.html">compile</a> a Java program.</li>
More information about the Java-patches
mailing list