diff options
author | Silvius Rus <silvius.rus@gmail.com> | 2009-10-03 02:17:41 +0000 |
---|---|---|
committer | Silvius Rus <rus@gcc.gnu.org> | 2009-10-03 02:17:41 +0000 |
commit | 1218d701f7de691254c06b4599abab6ca7361703 (patch) | |
tree | 4ee10967bd743d512cc41a7b4610019f4ca6adfb /libstdc++-v3/doc/doxygen | |
parent | 3930dbe9d6c9849e32ce39d7ff585348d4716329 (diff) | |
download | gcc-1218d701f7de691254c06b4599abab6ca7361703.zip gcc-1218d701f7de691254c06b4599abab6ca7361703.tar.gz gcc-1218d701f7de691254c06b4599abab6ca7361703.tar.bz2 |
merge branch profile-stdlib
From-SVN: r152431
Diffstat (limited to 'libstdc++-v3/doc/doxygen')
-rw-r--r-- | libstdc++-v3/doc/doxygen/user.cfg.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in index 9c4b6c9..9ffcf1e 100644 --- a/libstdc++-v3/doc/doxygen/user.cfg.in +++ b/libstdc++-v3/doc/doxygen/user.cfg.in @@ -661,6 +661,25 @@ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \ include/debug/unordered_map \ include/debug/unordered_set \ include/debug/vector \ + include/profile/bitset \ + include/profile/deque \ + include/profile/list \ + include/profile/map \ + include/profile/set \ + include/profile/unordered_map \ + include/profile/unordered_set \ + include/profile/vector \ + include/profile/base.h \ + include/profile/impl/profiler.h \ + include/profile/impl/profiler_container_size.h \ + include/profile/impl/profiler_hash_func.h \ + include/profile/impl/profiler_hashtable_size.h \ + include/profile/impl/profiler_map_to_unordered_map.h \ + include/profile/impl/profiler_node.h \ + include/profile/impl/profiler_state.h \ + include/profile/impl/profiler_trace.h \ + include/profile/impl/profiler_vector_size.h \ + include/profile/impl/profiler_vector_to_list.h \ include/ext/algorithm \ include/ext/functional \ include/ext/iterator \ @@ -715,6 +734,7 @@ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \ include/bits/shared_ptr.h \ include/debug \ include/parallel \ + include/profile \ include/ext \ include/ext/pb_ds \ include/ext/pb_ds/detail |