This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Patch: FYI: update java web page with API doc link
- From: Tom Tromey <tromey at redhat dot com>
- To: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 20 Jan 2005 10:18:56 -0700
- Subject: Patch: FYI: update java web page with API doc link
- Reply-to: tromey at redhat dot com
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>