diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-09-17 23:24:40 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-09-17 23:24:40 +0000 |
commit | 5d5e5e4e42a8cb7e64d1d0a766feed132b192c68 (patch) | |
tree | 74ce2b24b23a1ae2d24a36c9cd0622a7a5845ca2 /libstdc++-v3/docs/html/documentation.html | |
parent | 5c701bb10c0655503db698572b537f3a3df8f9d1 (diff) | |
download | gcc-5d5e5e4e42a8cb7e64d1d0a766feed132b192c68.zip gcc-5d5e5e4e42a8cb7e64d1d0a766feed132b192c68.tar.gz gcc-5d5e5e4e42a8cb7e64d1d0a766feed132b192c68.tar.bz2 |
configopts.html: HTML to XHTML change.
2001-09-17 Phil Edwards <pme@gcc.gnu.org>
* docs/html/configopts.html: HTML to XHTML change. Lowercase tags.
* docs/html/documentation.html: Likewise.
* docs/html/explanations.html: Likewise.
* docs/html/install.html: Likewise.
* 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/21_strings/howto.html: Likewise.
* docs/html/22_locale/codecvt.html: Likewise.
* docs/html/22_locale/ctype.html: Likewise.
* docs/html/22_locale/howto.html: Likewise.
* docs/html/22_locale/locale.html: Likewise.
* docs/html/22_locale/messages.html: Likewise.
* docs/html/23_containers/howto.html: Likewise.
* docs/html/24_iterators/howto.html: Likewise.
* docs/html/25_algorithms/howto.html: Likewise.
* docs/html/26_numerics/howto.html: Likewise.
* docs/html/27_io/howto.html: Likewise.
* docs/html/ext/howto.html: Likewise.
* docs/html/faq/index.html: Likewise.
* docs/html/faq/index.txt: Regenerated.
From-SVN: r45668
Diffstat (limited to 'libstdc++-v3/docs/html/documentation.html')
-rw-r--r-- | libstdc++-v3/docs/html/documentation.html | 134 |
1 files changed, 67 insertions, 67 deletions
diff --git a/libstdc++-v3/docs/html/documentation.html b/libstdc++-v3/docs/html/documentation.html index bd8c298..6d5da26 100644 --- a/libstdc++-v3/docs/html/documentation.html +++ b/libstdc++-v3/docs/html/documentation.html @@ -1,98 +1,98 @@ -<HTML> -<HEAD> - <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.4 2001/05/30 21:54:56 pme Exp $ --> -</HEAD> -<BODY> +<html> +<head> + <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.5 2001/06/15 22:57:30 pme Exp $ --> +</head> +<body> -<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, +<p><B>All of these documents</B> (in fact, this entire homepage set) are + bundled with the library source, under the <code>docs</code> subdirectory, for releases and snapshots. The sole exception is the automatically-generated source documentation, available separately. -</P> +</p> -<HR> -<H2><A NAME="4">Source Documentation</A></H2> -<P>In addition to the distribution documentation (these pages), we also +<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> +</p> +<p> 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>. + <code>libstdc++-doxygen-3.0.tar.gz</code> (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 + <code><URL:ftp://gcc.gnu.org/pub/gcc/libstdc++/></code>. You will almost certainly need to use one of the - <A HREF="http://gcc.gnu.org/mirrors.html">mirror sites</A> to download + <a href="http://gcc.gnu.org/mirrors.html">mirror sites</a> to download the tarball. After unpacking, simply load libstdc++-doxygen-3.0/index.html <!-- also update this date --> in a browser. Feedback (and additional documentation!) is welcome. -</P> +</p> <!-- another paragraph here for post-release collections --> -<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="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 +<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> + </p> + <p> + <ul> + <li><a href="17_intro/BADNAMES">BADNAMES</a> - names to avoid because of potential collisions - <LI><A HREF="17_intro/BUGS">BUGS</A> - <LI><A HREF="17_intro/C++STYLE">C++STYLE</A> + <li><a href="17_intro/BUGS">BUGS</a> + <li><a href="17_intro/C++STYLE">C++STYLE</a> - coding style by example - <LI><A HREF="17_intro/CHECKLIST">CHECKLIST</A> + <li><a href="17_intro/CHECKLIST">CHECKLIST</a> - a list of required features and their status. - <LI><A HREF="17_intro/COPYING">COPYING</A> + <li><a href="17_intro/COPYING">COPYING</a> - GPL v2 license terms - <LI><A HREF="17_intro/DESIGN">DESIGN</A> + <li><a href="17_intro/DESIGN">DESIGN</a> - overview of the implementation plan - <LI><A HREF="17_intro/HEADER_POLICY">HEADER_POLICY</A> + <li><a href="17_intro/headER_POLICY">headER_POLICY</a> - header naming and sub-include structure - <LI><A HREF="17_intro/PROBLEMS">PROBLEMS</A> + <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. --> - <LI>README - directory structure - <LI><A HREF="17_intro/RELEASE-NOTES">RELEASE-NOTES</A> + <li>README - directory structure + <li><a href="17_intro/RELEASE-NOTES">RELEASE-NOTES</a> - instructions for building, using - <LI><A HREF="17_intro/TODO">TODO</A> + <li><a href="17_intro/TODO">TODO</a> - tasks and known bugs - <LI><A HREF="17_intro/organization">organization</A> - <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> - </P> + <li><a href="17_intro/organization">organization</a> + <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> + </p> -<HR> -<H2><A NAME="3">Chapter-Specific Information, Extensions, Notes and Advice</A></H2> - <OL> - <LI><A HREF="17_intro/howto.html">Chapter 17 (Intro)</A> - <LI><A HREF="18_support/howto.html">Chapter 18 (Library Support)</A> - <LI><A HREF="19_diagnostics/howto.html">Chapter 19 (Diagnostics)</A> - <LI><A HREF="20_util/howto.html">Chapter 20 (Utilities)</A> - <LI><A HREF="21_strings/howto.html">Chapter 21 (Strings)</A> - <LI><A HREF="22_locale/howto.html">Chapter 22 (Localization)</A> - <LI><A HREF="23_containers/howto.html">Chapter 23 (Containers)</A> - <LI><A HREF="24_iterators/howto.html">Chapter 24 (Iterators)</A> - <LI><A HREF="25_algorithms/howto.html">Chapter 25 (Algorithms)</A> - <LI><A HREF="26_numerics/howto.html">Chapter 26 (Numerics)</A> - <LI><A HREF="27_io/howto.html">Chapter 27 (I/O)</A> - <LI><A HREF="ext/howto.html">Extensions to the Standard Library</A> - </OL> +<hr> +<h2><a name="3">Chapter-Specific Information, Extensions, Notes and Advice</a></h2> + <ol> + <li><a href="17_intro/howto.html">Chapter 17 (Intro)</a> + <li><a href="18_support/howto.html">Chapter 18 (Library Support)</a> + <li><a href="19_diagnostics/howto.html">Chapter 19 (Diagnostics)</a> + <li><a href="20_util/howto.html">Chapter 20 (Utilities)</a> + <li><a href="21_strings/howto.html">Chapter 21 (Strings)</a> + <li><a href="22_locale/howto.html">Chapter 22 (Localization)</a> + <li><a href="23_containers/howto.html">Chapter 23 (Containers)</a> + <li><a href="24_iterators/howto.html">Chapter 24 (Iterators)</a> + <li><a href="25_algorithms/howto.html">Chapter 25 (Algorithms)</a> + <li><a href="26_numerics/howto.html">Chapter 26 (Numerics)</a> + <li><a href="27_io/howto.html">Chapter 27 (I/O)</a> + <li><a href="ext/howto.html">Extensions to the Standard Library</a> + </ol> -</BODY> -</HTML> +</body> +</html> |