From 462b73969e020210f9a13e63045095af8788fb6a Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Wed, 30 May 2001 21:55:05 +0000 Subject: user.cfg.in: Minor addition. 2001-05-30 Phil Edwards * docs/doxygen/user.cfg.in: Minor addition. * docs/html/documentation.html: Reorganize. Put most-looked-at stuff first. * docs/html/install.html: Update for 3.0. HTML fixups. * docs/html/17_intro/howto.html: Likewise. * docs/html/18_support/howto.html: Likewise. * docs/html/19_diagnostics/howto.html: Likewise. * docs/html/20_util/howto.html: Likewise. * docs/html/23_containers/howto.html: Likewise. * docs/html/24_iterators/howto.html: Likewise. More notes. * docs/html/25_algorithms/howto.html: Likewise. * docs/html/26_numerics/howto.html: Likewise. More notes. * docs/html/27_io/howto.html: Likewise. * docs/html/ext/howto.html: Likewise. * docs/html/faq/index.html: Likewise. * docs/html/faq/index.txt: Regenerate. * docs/html/27_io/iostreams_hierarchy.pdf: Remove in favor of Doxygen-created documentation. From-SVN: r42723 --- libstdc++-v3/docs/html/documentation.html | 67 +++++++++++++++---------------- 1 file changed, 33 insertions(+), 34 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 7af16b0..2a16a84 100644 --- a/libstdc++-v3/docs/html/documentation.html +++ b/libstdc++-v3/docs/html/documentation.html @@ -3,7 +3,7 @@ Standard C++ Library v3 - + @@ -11,15 +11,42 @@

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

+
+

Source Documentation

+

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 collection is libstdc++-doxygen-20010501.tar.gz (3.7MB), + 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 + mirror sites to download + the tarball. After unpacking, simply load + libstdc++-doxygen-20010501/index.html + in a browser. Feedback (and additional documentation!) is welcome. +

+ +
+

Configuring, Building, Installing

+ + +

Introductory notes for libstdc++

This is a short list of text files pertaining to this implementation of ISO 14882. A brief description follows the name of the file.

+

- -
-

Configuring, Building, Installing

- +


Chapter-Specific Information, Extensions, Notes and Advice

@@ -71,27 +92,5 @@
  • Extensions to the Standard Library -
    -

    Source Documentation

    -

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

    - - -- cgit v1.1