diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-05-30 21:55:05 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-05-30 21:55:05 +0000 |
commit | 462b73969e020210f9a13e63045095af8788fb6a (patch) | |
tree | c12b394aaf102da6356b4c8ee9a817c6f5f0ac13 /libstdc++-v3/docs/html/documentation.html | |
parent | 932c1783cba722505ff9bfc3f7b53714bd25f7fc (diff) | |
download | gcc-462b73969e020210f9a13e63045095af8788fb6a.zip gcc-462b73969e020210f9a13e63045095af8788fb6a.tar.gz gcc-462b73969e020210f9a13e63045095af8788fb6a.tar.bz2 |
user.cfg.in: Minor addition.
2001-05-30 Phil Edwards <pme@sources.redhat.com>
* 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
Diffstat (limited to 'libstdc++-v3/docs/html/documentation.html')
-rw-r--r-- | libstdc++-v3/docs/html/documentation.html | 67 |
1 files changed, 33 insertions, 34 deletions
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 @@ <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.2 2001/05/19 20:27:36 pme Exp $ --> +<!-- $Id: documentation.html,v 1.3 2001/05/23 02:00:05 pme Exp $ --> </HEAD> <BODY> @@ -11,15 +11,42 @@ <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. The sole exception is the - <A HREF="#4">automatically-generated source documentation</A>, - available separately. + automatically-generated source documentation, available separately. </P> +<HR> +<H2><A NAME="4">Source Documentation</A></H2> +<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. +</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 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 --> + in a browser. Feedback (and additional documentation!) is welcome. +</P> + +<HR> +<H2><A NAME="2">Configuring, Building, Installing</A></H2> + <UL> + <LI><A HREF="configopts.html">Configure options</A> + <LI><A HREF="install.html">Getting started: configure, build, install</A><BR> + </UL> + +<HR> <H2><A NAME="1">Introductory notes for libstdc++</A></H2> <P>This is a short list of text files pertaining to this implementation of ISO 14882. A brief description follows the name of the file. </P> + <P> <UL> <LI><A HREF="17_intro/BADNAMES">BADNAMES</A> - names to avoid because of potential collisions @@ -35,8 +62,8 @@ <LI><A HREF="17_intro/HEADER_POLICY">HEADER_POLICY</A> - header naming and sub-include structure <LI><A HREF="17_intro/PROBLEMS">PROBLEMS</A> - <!-- Linking to "../README" doesn't work; we are at the top level - of the web pages. Punt. --> + <!-- Linking to "../README" doesn't work; we are at the top level + of the web pages. Punt. --> <LI>README - directory structure <LI><A HREF="17_intro/RELEASE-NOTES">RELEASE-NOTES</A> - instructions for building, using @@ -46,13 +73,7 @@ <LI><A HREF="17_intro/contribute.html">Contributor checklist</A> <LI><A HREF="17_intro/libstdc++-assign.txt">Copyright assignment form for libstdc++-v3</A> </UL> - -<HR> -<H2><A NAME="2">Configuring, Building, Installing</A></H2> - <UL> - <LI><A HREF="configopts.html">Configure options</A> - <LI><A HREF="install.html">Getting started: configure, build, install</A><BR> - </UL> + </P> <HR> <H2><A NAME="3">Chapter-Specific Information, Extensions, Notes and Advice</A></H2> @@ -71,27 +92,5 @@ <LI><A HREF="ext/howto.html">Extensions to the Standard Library</A> </OL> -<HR> -<H2><A NAME="4">Source Documentation</A></H2> -<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. -</P> -<P> - The latest - collection is libstdc++-doxygen-20010501.tar.gz (3.7MB), 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 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> - - </BODY> </HTML> |