From 572cd73ac976578951d38adf15c43d4dc9abb299 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Wed, 19 Dec 2001 21:36:33 +0000 Subject: configopts.html: Describe recent options. 2001-12-19 Phil Edwards * docs/html/configopts.html: Describe recent options. * docs/html/documentation.html: Point to new doxygen tarballs. * docs/html/install.html: Brief updates. * docs/html/17_intro/RELEASE-NOTES: Remove weird control character. * docs/html/ext/howto.html: Fix typos, describe filebuf::fd(). * docs/html/faq/index.html: Update for 3.0.95. * docs/html/faq/index.txt: Regenerate. From-SVN: r48184 --- libstdc++-v3/docs/html/documentation.html | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'libstdc++-v3/docs/html/documentation.html') diff --git a/libstdc++-v3/docs/html/documentation.html b/libstdc++-v3/docs/html/documentation.html index b1ecdc4..ef81d3b 100644 --- a/libstdc++-v3/docs/html/documentation.html +++ b/libstdc++-v3/docs/html/documentation.html @@ -20,19 +20,25 @@ using the Doxygen tool. These are useful for examining the signatures of public member functions for the library classes, etc.

-

- The latest collection is for the GCC 3.0 release, +

One collection is for the GCC 3.0 release, libstdc++-doxygen-3.0.tar.gz (3.8MB), viewable online. - The collection is also 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 + The latest collection is for the libstdc++ 3.0.95 snapshot release, + viewable online. + Other collections for 3.0.95 exist on the FTP sites, but are not + viewable online. +

+

The collections are available in the libstdc++ snapshots directory at + <URL:ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/>. + You will almost certainly need to use one of the mirror sites to download the tarball. After unpacking, simply load - libstdc++-doxygen-3.0/index.html - in a browser. Feedback (and additional documentation!) is welcome. + libstdc++-doxygen-*/index.html + into a browser. Feedback (and additional documentation!) is welcome. +

+

With 3.0.95, an initial set of man pages are also available in the same + directory as the doxygen collections. Start with Intro(3).

-

Configuring, Building, Installing

-- cgit v1.1