aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/doxygen
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2011-11-03 22:23:35 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2011-11-03 22:23:35 +0000
commitc3b0bfe175273179cf5dc786c571ea88867898b7 (patch)
treef20253c4edbcf090ba60382cd76dbe646842cee8 /libstdc++-v3/doc/doxygen
parent1838afec3ecd649c333b89b9b30db1d275e337d2 (diff)
downloadgcc-c3b0bfe175273179cf5dc786c571ea88867898b7.zip
gcc-c3b0bfe175273179cf5dc786c571ea88867898b7.tar.gz
gcc-c3b0bfe175273179cf5dc786c571ea88867898b7.tar.bz2
doxygroups.cc: Add markup for namespace tr2.
2011-11-03 Benjamin Kosnik <bkoz@redhat.com> * doc/doxygen/doxygroups.cc: Add markup for namespace tr2. * include/tr2/bool_set: Adjust doxygen markup. * include/tr2/dynamic_bitset: Same. * include/tr2/type_traits: Same. From-SVN: r180874
Diffstat (limited to 'libstdc++-v3/doc/doxygen')
-rw-r--r--libstdc++-v3/doc/doxygen/doxygroups.cc8
1 files changed, 7 insertions, 1 deletions
diff --git a/libstdc++-v3/doc/doxygen/doxygroups.cc b/libstdc++-v3/doc/doxygen/doxygroups.cc
index 0017538..1212b6f 100644
--- a/libstdc++-v3/doc/doxygen/doxygroups.cc
+++ b/libstdc++-v3/doc/doxygen/doxygroups.cc
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2001, 2002, 2005, 2008, 2009, 2010
+ Copyright (C) 2001, 2002, 2005, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
See license.html for license.
@@ -29,6 +29,12 @@
/** @namespace std::tr1::__detail
* @brief Implementation details not part of the namespace std::tr1 interface.
*/
+/** @namespace std::tr2
+ * @brief ISO C++ TR2 entities toplevel namespace is std::tr2.
+*/
+/** @namespace std::tr2::__detail
+ * @brief Implementation details not part of the namespace std::tr2 interface.
+*/
/** @namespace __gnu_cxx
* @brief GNU extensions for public use.
*/