diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-05-19 20:27:36 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-05-19 20:27:36 +0000 |
commit | 572051a27500971560b2898dc25a145582c28de0 (patch) | |
tree | 9ab42221af021a884608152e156b0388fd462887 /libstdc++-v3/docs/html/documentation.html | |
parent | 97d24516096d049cb068a9c0ee55c87460735d2a (diff) | |
download | gcc-572051a27500971560b2898dc25a145582c28de0.zip gcc-572051a27500971560b2898dc25a145582c28de0.tar.gz gcc-572051a27500971560b2898dc25a145582c28de0.tar.bz2 |
acinclude.m4: Fix --help spacing, correct comments.
2001-05-19 Phil Edwards <pme@sources.redhat.com>
* acinclude.m4: Fix --help spacing, correct comments.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* mkcheck.in: Add usage comments.
* docs/html/documentation.html: Point to doxygen'd tarball.
From-SVN: r42316
Diffstat (limited to 'libstdc++-v3/docs/html/documentation.html')
-rw-r--r-- | libstdc++-v3/docs/html/documentation.html | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/html/documentation.html b/libstdc++-v3/docs/html/documentation.html index 59cd201..b451fc4 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.7 2000/12/03 23:47:47 jsm28 Exp $ --> +<!-- $Id: documentation.html,v 1.1 2000/12/10 04:03:08 pme Exp $ --> </HEAD> <BODY> @@ -69,6 +69,21 @@ <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. 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>. After + unpacking, simply load libstdc++-doxygen-20010501/index.html in a browser. + Feedback (and additional documentation!) is welcome. +</P> + </BODY> </HTML> |