diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2002-02-02 00:18:24 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2002-02-02 00:18:24 +0000 |
commit | 00181da3af1afe94c49be480bde27cb6cbb54dd4 (patch) | |
tree | 070bfda42825c50364b0a98e3da24745a577674b /libstdc++-v3/docs/html/documentation.html | |
parent | b24d861d0e29de3e7f136d62bf22d60fe00e9fce (diff) | |
download | gcc-00181da3af1afe94c49be480bde27cb6cbb54dd4.zip gcc-00181da3af1afe94c49be480bde27cb6cbb54dd4.tar.gz gcc-00181da3af1afe94c49be480bde27cb6cbb54dd4.tar.bz2 |
documentation.html: Update for 3.0.96.
2002-02-01 Phil Edwards <pme@gcc.gnu.org>
* docs/html/documentation.html: Update for 3.0.96.
* docs/html/faq/index.html: Update for 3.0.96.
* docs/html/faq/index.txt: Regenerated.
* docs/doxygen/TODO: Update notes.
* docs/html/17_intro/howto.html: Initial impl-specific listing.
From-SVN: r49422
Diffstat (limited to 'libstdc++-v3/docs/html/documentation.html')
-rw-r--r-- | libstdc++-v3/docs/html/documentation.html | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/libstdc++-v3/docs/html/documentation.html b/libstdc++-v3/docs/html/documentation.html index ef81d3b..321878b 100644 --- a/libstdc++-v3/docs/html/documentation.html +++ b/libstdc++-v3/docs/html/documentation.html @@ -20,24 +20,27 @@ using the Doxygen tool. These are useful for examining the signatures of public member functions for the library classes, etc. </p> -<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 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-*/index.html + the tarball. After unpacking, simply load libstdc++-html-*/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>The available user-level collections are also viewable online: + <ul> + <li><a href="libstdc++-doxygen-3.0/index.html">docs for the 3.0 release</a> + <li><a href="libstdc++-html-USERS-3.0.96/index.html">docs for the most + recent libstdc++ snapshot (3.0.96)</a> + <li><a href="latest-doxygen/index.html">"the latest collection"</a> + (snapshot collection or later; see the date on the first page) + </ul> + Other collections (man pages, maintainer docs) are only available on the + FTP sites. +</p> + +<p>Beginning with 3.0.95, an initial set of man pages are also available in + the same place as the HTML collections. Start with <code>Intro(3)</code>. </p> <hr> |