diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-12-19 21:36:33 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-12-19 21:36:33 +0000 |
commit | 572cd73ac976578951d38adf15c43d4dc9abb299 (patch) | |
tree | 531cf393bb222476629d562cfa33d4a623ed49a8 /libstdc++-v3/docs/html/documentation.html | |
parent | 366f6a52736ae5a89000bcc48eca30946e6c871e (diff) | |
download | gcc-572cd73ac976578951d38adf15c43d4dc9abb299.zip gcc-572cd73ac976578951d38adf15c43d4dc9abb299.tar.gz gcc-572cd73ac976578951d38adf15c43d4dc9abb299.tar.bz2 |
configopts.html: Describe recent options.
2001-12-19 Phil Edwards <pme@gcc.gnu.org>
* 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
Diffstat (limited to 'libstdc++-v3/docs/html/documentation.html')
-rw-r--r-- | libstdc++-v3/docs/html/documentation.html | 22 |
1 files changed, 14 insertions, 8 deletions
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. </p> -<p> - The latest collection is for the GCC 3.0 release, +<p>One collection is for the GCC 3.0 release, <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 - <code><URL:ftp://gcc.gnu.org/pub/gcc/libstdc++/></code>. You will - almost certainly need to use one of the + The latest collection is for the libstdc++ 3.0.95 snapshot release, + <a href="libstdc++-doxygen-USERS-3.0.95/index.html">viewable online</a>. + Other collections for 3.0.95 exist on the FTP sites, but are not + viewable online. +</p> +<p>The collections are available in the libstdc++ snapshots directory at + <code><URL:ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/></code>. + 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-3.0/index.html <!-- also update this date --> - in a browser. Feedback (and additional documentation!) is welcome. + libstdc++-doxygen-*/index.html + into a browser. Feedback (and additional documentation!) is welcome. +</p> +<p>With 3.0.95, an initial set of man pages are also available in the same + directory as the doxygen collections. Start with <code>Intro(3)</code>. </p> -<!-- another paragraph here for post-release collections --> <hr> <h2><a name="2">Configuring, Building, Installing</a></h2> |