This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: FYI: update java web page with API doc link


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]