From 8d12b800399386a2425ff880383a01d7f330e4c8 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Wed, 23 May 2001 02:00:05 +0000 Subject: [PATCH] documentation.html: Point to doxygen output. 2001-05-22 Phil Edwards * docs/html/documentation.html: Point to doxygen output. From-SVN: r42477 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/docs/html/documentation.html | 18 +++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index af211191da6..1a8280ec561 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-05-22 Phil Edwards + + * docs/html/documentation.html: Point to doxygen output. + 2001-05-21 Benjamin Kosnik * 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 b451fc44ce6..7af16b01129 100644 --- a/libstdc++-v3/docs/html/documentation.html +++ b/libstdc++-v3/docs/html/documentation.html @@ -3,14 +3,16 @@ Standard C++ Library v3 - +

All of these documents (in fact, this entire homepage set) are bundled with the library source, under the docs subdirectory, - for releases and snapshots. + for releases and snapshots. The sole exception is the + automatically-generated source documentation, + available separately.

Introductory notes for libstdc++

@@ -74,13 +76,19 @@

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. +

+

+ The latest collection is libstdc++-doxygen-20010501.tar.gz (3.7MB), available in the libstdc++ snapshots directory at <URL:ftp://gcc.gnu.org/pub/gcc/libstdc++/>. You will almost certainly need to use one of the - mirror sites. After - unpacking, simply load libstdc++-doxygen-20010501/index.html in a browser. + mirror sites to download + the tarball. After unpacking, simply load + libstdc++-doxygen-20010501/index.html in a browser. You can also + browse the same collection + online. Feedback (and additional documentation!) is welcome.

-- 2.30.2