[v3] add links to doxygen stuff / Re: doxygen documentation up on the website?

Phil Edwards pedwards@disaster.jaj.com
Tue May 22 19:04:00 GMT 2001


On Tue, May 22, 2001 at 04:01:42PM -0400, Phil Edwards wrote:
> On Mon, May 21, 2001 at 11:24:50PM -0700, Benjamin Kosnik wrote:
> > Thanks Phil, for putting up a link.
> > 
> > I was actually talking about putting up the contents of that linked-to 
> > file. The doxygen docs: can we put them on line please?
> 
> Oh, I get you now.  Sure.

Done thusly, plus unpacking the tarball on the webserver side.



2001-05-22  Phil Edwards  <pme@sources.redhat.com>

	* docs/html/documentation.html:  Point to doxygen output.


Index: docs/html/documentation.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/documentation.html,v
retrieving revision 1.2
diff -u -3 -p -r1.2 documentation.html
--- documentation.html	2001/05/19 20:27:36	1.2
+++ documentation.html	2001/05/23 01:59:15
@@ -10,7 +10,9 @@
 
 <P><B>All of these documents</B> (in fact, this entire homepage set) are
    bundled with the library source, under the <TT>docs</TT> subdirectory,
-   for releases and snapshots.
+   for releases and snapshots.  The sole exception is the
+   <A HREF="#4">automatically-generated source documentation</A>,
+   available separately.
 </P>
 
 <H2><A NAME="1">Introductory notes for libstdc++</A></H2>
@@ -74,13 +76,19 @@
 <P>In addition to the distribution documentation (these pages), we also
    have a set of HTML documents generated from the sources themselves,
    using the Doxygen tool.  These are useful for examining the signatures
-   of public member functions for the library classes, etc.  The latest
+   of public member functions for the library classes, etc.
+</P>
+<P>
+   The latest
    collection is libstdc++-doxygen-20010501.tar.gz (3.7MB), available in
    the libstdc++ snapshots directory at
    <TT><URL: ftp://gcc.gnu.org/pub/gcc/libstdc++/&gt ;</TT>.  You will
    almost certainly need to use one of the
-   <A HREF=" http://gcc.gnu.org/mirrors.html" ;>mirror sites</A>.  After
-   unpacking, simply load libstdc++-doxygen-20010501/index.html in a browser.
+   <A HREF=" http://gcc.gnu.org/mirrors.html" ;>mirror sites</A> to download
+   the tarball.  After unpacking, simply load
+   libstdc++-doxygen-20010501/index.html in a browser.  You can also
+   browse the same collection
+   <A HREF="libstdc++-doxygen-20010501/index.html">online</A>.
    Feedback (and additional documentation!) is welcome.
 </P>
 



More information about the Gcc-patches mailing list