diff options
Diffstat (limited to 'libstdc++-v3/docs/doxygen')
| -rw-r--r-- | libstdc++-v3/docs/doxygen/Intro.3 | 11 | ||||
| -rw-r--r-- | libstdc++-v3/docs/doxygen/user.cfg.in | 6 |
2 files changed, 3 insertions, 14 deletions
diff --git a/libstdc++-v3/docs/doxygen/Intro.3 b/libstdc++-v3/docs/doxygen/Intro.3 index 48cb31f87f1..cb3ff2e4a1e 100644 --- a/libstdc++-v3/docs/doxygen/Intro.3 +++ b/libstdc++-v3/docs/doxygen/Intro.3 @@ -77,15 +77,7 @@ read FAQ 5.4 and use a prefix. .TS lB lB lB lB. -<algo.h> <hash_map.h> <map.h> <slist.h> -<algobase.h> <hash_set.h> <multimap.h> <stack.h> -<alloc.h> <hashtable.h> <multiset.h> <stream.h> -<bvector.h> <heap.h> <new.h> <streambuf.h> -<complex.h> <iomanip.h> <ostream.h> <strstream> -<defalloc.h> <iostream.h> <pair.h> <strstream.h> -<deque.h> <istream.h> <queue.h> <tempbuf.h> -<fstream.h> <iterator.h> <rope.h> <tree.h> -<function.h> <list.h> <set.h> <vector.h> +<strstream> .TE .SS Extension Headers These headers will only be found automatically if you include the leading @@ -98,7 +90,6 @@ 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> diff --git a/libstdc++-v3/docs/doxygen/user.cfg.in b/libstdc++-v3/docs/doxygen/user.cfg.in index 6b8cca1c871..20a041e0f99 100644 --- a/libstdc++-v3/docs/doxygen/user.cfg.in +++ b/libstdc++-v3/docs/doxygen/user.cfg.in @@ -542,10 +542,10 @@ INPUT = @srcdir@/docs/doxygen/doxygroups.cc \ include/utility \ include/valarray \ include/vector \ + include/backward/hash_map \ + include/backward/hash_set \ include/debug/bitset \ include/debug/deque \ - include/debug/hash_map \ - include/debug/hash_set \ include/debug/list \ include/debug/map \ include/debug/set \ @@ -553,8 +553,6 @@ INPUT = @srcdir@/docs/doxygen/doxygroups.cc \ include/debug/vector \ include/ext/algorithm \ include/ext/functional \ - include/ext/hash_map \ - include/ext/hash_set \ include/ext/iterator \ include/ext/memory \ include/ext/numeric \ |

