diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-06-15 22:57:30 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-06-15 22:57:30 +0000 |
commit | 21ea1c28cf21127a3a6e4155a977bd78542a5c4c (patch) | |
tree | d951ff9c0fc18dbacfca40b89d3f6dcf970224b8 | |
parent | 3c6bb1dbfc7d2d87240fdb42dc88f3dae0d9a93b (diff) | |
download | gcc-21ea1c28cf21127a3a6e4155a977bd78542a5c4c.zip gcc-21ea1c28cf21127a3a6e4155a977bd78542a5c4c.tar.gz gcc-21ea1c28cf21127a3a6e4155a977bd78542a5c4c.tar.bz2 |
documentation.html: Point to new doxygen'ed collection.
2001-06-15 Phil Edwards <pme@sources.redhat.com>
* docs/html/documentation.html: Point to new doxygen'ed collection.
From-SVN: r43412
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/documentation.html | 10 |
2 files changed, 10 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d3243dd..4203624 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-06-15 Phil Edwards <pme@sources.redhat.com> + + * docs/html/documentation.html: Point to new doxygen'ed collection. + 2001-06-14 Nathan Sidwell <nathan@codesourcery.com> * configure.in (auxdir): Replace by ... diff --git a/libstdc++-v3/docs/html/documentation.html b/libstdc++-v3/docs/html/documentation.html index 2a16a84..bd8c298 100644 --- a/libstdc++-v3/docs/html/documentation.html +++ b/libstdc++-v3/docs/html/documentation.html @@ -3,7 +3,7 @@ <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.3 2001/05/23 02:00:05 pme Exp $ --> +<!-- $Id: documentation.html,v 1.4 2001/05/30 21:54:56 pme Exp $ --> </HEAD> <BODY> @@ -22,16 +22,18 @@ of public member functions for the library classes, etc. </P> <P> - The latest collection is <TT>libstdc++-doxygen-20010501.tar.gz</TT> (3.7MB), - <A HREF="libstdc++-doxygen-20010501/index.html">viewable online</A>. + The latest collection is for the GCC 3.0 release, + <TT>libstdc++-doxygen-3.0.tar.gz</TT> (3.8MB), + <A HREF="libstdc++-doxygen-3.0/index.html">viewable online</A>. The collection is also available in the libstdc++ snapshots directory at <TT><URL:ftp://gcc.gnu.org/pub/gcc/libstdc++/></TT>. You will almost certainly need to use one of the <A HREF="http://gcc.gnu.org/mirrors.html">mirror sites</A> to download the tarball. After unpacking, simply load - libstdc++-doxygen-20010501/index.html <!-- also update this date --> + libstdc++-doxygen-3.0/index.html <!-- also update this date --> in a browser. Feedback (and additional documentation!) is welcome. </P> +<!-- another paragraph here for post-release collections --> <HR> <H2><A NAME="2">Configuring, Building, Installing</A></H2> |