aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2001-05-23 02:00:05 +0000
committerPhil Edwards <pme@gcc.gnu.org>2001-05-23 02:00:05 +0000
commit8d12b800399386a2425ff880383a01d7f330e4c8 (patch)
treec108bf9e3a14d06d9b321864a0848f701d589c0d /libstdc++-v3
parent7ac76c854199dad58be24fdb183141d3a06db997 (diff)
downloadgcc-8d12b800399386a2425ff880383a01d7f330e4c8.zip
gcc-8d12b800399386a2425ff880383a01d7f330e4c8.tar.gz
gcc-8d12b800399386a2425ff880383a01d7f330e4c8.tar.bz2
documentation.html: Point to doxygen output.
2001-05-22 Phil Edwards <pme@sources.redhat.com> * docs/html/documentation.html: Point to doxygen output. From-SVN: r42477
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/docs/html/documentation.html18
2 files changed, 17 insertions, 5 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index af21119..1a8280e 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-22 Phil Edwards <pme@sources.redhat.com>
+
+ * docs/html/documentation.html: Point to doxygen output.
+
2001-05-21 Benjamin Kosnik <bkoz@redhat.com>
* mkcheck.in (static_fail): Remove S_FLAG decoration on output.
diff --git a/libstdc++-v3/docs/html/documentation.html b/libstdc++-v3/docs/html/documentation.html
index b451fc4..7af16b0 100644
--- a/libstdc++-v3/docs/html/documentation.html
+++ b/libstdc++-v3/docs/html/documentation.html
@@ -3,14 +3,16 @@
<META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
<TITLE>Standard C++ Library v3</TITLE>
<LINK REL=StyleSheet HREF="lib3styles.css">
-<!-- $Id: documentation.html,v 1.1 2000/12/10 04:03:08 pme Exp $ -->
+<!-- $Id: documentation.html,v 1.2 2001/05/19 20:27:36 pme Exp $ -->
</HEAD>
<BODY>
<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>&lt;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>