aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/doxygen/Intro.3
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2001-11-20 00:51:37 +0000
committerPhil Edwards <pme@gcc.gnu.org>2001-11-20 00:51:37 +0000
commit1b4a6975f7e4ff26374f0ec942f40acdb12b643f (patch)
treec09ea194b64b4912fc54020b98174c0a8abf27bb /libstdc++-v3/docs/doxygen/Intro.3
parentb73f64948e86b6003bbfe5691b5c45ef6347eb00 (diff)
downloadgcc-1b4a6975f7e4ff26374f0ec942f40acdb12b643f.zip
gcc-1b4a6975f7e4ff26374f0ec942f40acdb12b643f.tar.gz
gcc-1b4a6975f7e4ff26374f0ec942f40acdb12b643f.tar.bz2
Intro.3: More notes.
2001-11-19 Phil Edwards <pme@gcc.gnu.org> * docs/doxygen/Intro.3: More notes. * docs/doxygen/style.css: Update to default style from Doxygen 1.2.10. * include/bits/stl_algobase.h: Add doxygen hooks for functions. * include/ext/hash_map: Add @file hook. * include/ext/hash_set: Likewise. * include/ext/rope: Likewise. * include/ext/ropeimpl.h: Likewise. * include/ext/slist: Likewise. * include/ext/stl_hash_fun.h: Likewise. * include/ext/stl_hashtable.h: Likewise. * include/ext/stl_rope.h: Likewise. * docs/html/17_intro/license.html: Remove "experimental" sentence. * docs/html/19_diagnostics/howto.html: Document new verbose terminate handler. * testsuite/27_io/filebuf.cc: Fix comment, move tweakable parameter to more visible (closer to description) position. * libsupc++/eh_type.cc: Formatting tweak. * libsupc++/exception: Likewise. * src/vterminate.cc: Likewise. * docs/html/17_intro/porting.html: Regenerate. * docs/html/faq/index.txt: Regenerate. From-SVN: r47193
Diffstat (limited to 'libstdc++-v3/docs/doxygen/Intro.3')
-rw-r--r--libstdc++-v3/docs/doxygen/Intro.33
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/doxygen/Intro.3 b/libstdc++-v3/docs/doxygen/Intro.3
index 6f4f3a5..b54bd55 100644
--- a/libstdc++-v3/docs/doxygen/Intro.3
+++ b/libstdc++-v3/docs/doxygen/Intro.3
@@ -15,7 +15,8 @@ All standard library entities are declared within
and have manual entries beginning with "std_". For example, to see
documentation of the template class
.I std::vector
-one would use "man std_vector".
+one would use "man std_vector". Some entities do not have a separate man
+page; for those see the main listing in "man Namespace_Std".
.P
All the man pages are automatically generated by Doxygen. For more
information on this tool, see the HTML counterpart to these man pages.