aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/doxygen/Intro.3
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2004-05-20 18:52:09 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2004-05-20 18:52:09 +0000
commit66fda8b2e69be9d25c621a0ca802434dd3f1f9c2 (patch)
tree437b95d644756d463874675fce2c84090a01d8aa /libstdc++-v3/docs/doxygen/Intro.3
parent52fe4de8a3f1afcefdad091977f9b1a21b92a5a1 (diff)
downloadgcc-66fda8b2e69be9d25c621a0ca802434dd3f1f9c2.zip
gcc-66fda8b2e69be9d25c621a0ca802434dd3f1f9c2.tar.gz
gcc-66fda8b2e69be9d25c621a0ca802434dd3f1f9c2.tar.bz2
re PR libstdc++/15123 (libstdc++-doc: Allocators.3 manpage is empty)
2004-05-20 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/15123 PR libstdc++/13928 * docs/doxygen/Intro.3: Remove Allocators.3. Add new extension headers, extension namespace list. * docs/doxygen/run_doxygen (problematic): Remove Allocators.3 Rename GLIBCXXSTD names to std::. Rename __gnu_debug to __gnu_debug::. Remove __policy_ renames. * docs/doxygen/guide.html: Add dot note. * docs/doxygen/stdheader.cc: Edit, add files. * docs/doxygen/user.cfg.in: Regenerate with Doxygen 1.3.7. From-SVN: r82066
Diffstat (limited to 'libstdc++-v3/docs/doxygen/Intro.3')
-rw-r--r--libstdc++-v3/docs/doxygen/Intro.335
1 files changed, 21 insertions, 14 deletions
diff --git a/libstdc++-v3/docs/doxygen/Intro.3 b/libstdc++-v3/docs/doxygen/Intro.3
index 26b6251..59513a5 100644
--- a/libstdc++-v3/docs/doxygen/Intro.3
+++ b/libstdc++-v3/docs/doxygen/Intro.3
@@ -1,6 +1,6 @@
.\" t
.\" This man page is released under the FDL as part of libstdc++-v3.
-.TH C++Intro 3 "25 Febuary 2003" "GNU libstdc++-v3" "Standard C++ Library"
+.TH C++Intro 3 "20 May 2004" "GNU libstdc++-v3" "Standard C++ Library"
.SH NAME
C++Intro \- Introduction to the GNU libstdc++-v3 man pages
.SH DESCRIPTION
@@ -16,7 +16,7 @@ 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". Some entities do not have a separate man
-page; for those see the main listing in "man Namespace_Std".
+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.
@@ -30,22 +30,23 @@ or Austern's.) These category pages are:
.\" Keep them alphabatized.
.TS
lB l.
-Allocators Classes encapsulating memory allocation schemes.
-Arithmetic_functors Functors for basic math.
+C++Intro This page.
+Namespace_std A listing of the contents of std::.
+Namespace___gnu_cxx A listing of the contents of __gnu_cxx::.
+Containers An introduction to container classes.
+Sequences Linear containers.
Assoc_containers Key-based containers.
+Iterator_types Programatically distinguishing iterators/pointers.
+Intro_functors An introduction to function objects, or functors.
+Arithmetic_functors Functors for basic math.
Binder_functors Functors which "remember" an argument.
Comparison_functors Functors wrapping built-in comparisons.
-Containers An introduction to container classes.
Func_ptr_functors Functors for use with pointers to functions.
-C++Intro This page.
-Intro_functors An introduction to function objects, or functors.
-Iterator_types Programatically distinguishing iterators/pointers.
Logical_functors Functors wrapping the Boolean operations.
Member_ptr_functor Functors for use with pointers to members.
-Namespace_Std A listing of the contents of std::.
Negation_functors Functors which negate their contents.
SGIextensions A list of the extensions from the SGI STL subset.
-Sequences Linear containers.
+
.TE
.P
The HTML documentation typically goes into much more depth.
@@ -94,10 +95,16 @@ in the name. Otherwise you need to read FAQ 5.4.
.\" Easy way to generate these columns of headers is to use GNU ls(1):
.\" ls -w 40 file1 file2... | sed 's=[a-z_][a-z_]*=<ext/&>=g'
.TS
-lB.
-<ext/algorithm> <ext/hash_set> <ext/numeric> <ext/slist>
-<ext/functional> <ext/iterator> <ext/rb_tree>
-<ext/hash_map> <ext/memory> <ext/rope>
+lB lB.
+<ext/algorithm> <ext/numeric>
+<ext/functional> <ext/iterator>
+<ext/slist> <ext/rb_tree>
+<ext/hash_map> <ext/hash_set>
+<ext/rope> <ext/memory>
+<ext/bitmap_allocator.h> <ext/debug_allocator.h>
+<ext/malloc_allocator.h> <ext/mt_allocator.h>
+<ext/pool_allocator.h> <ext/pod_char_traits.h>
+<ext/stdio_filebuf.h> <ext/stdio_sync_filebuf.h>
.TE
.SS Libraries
.TP