diff options
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> |