aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2012-03-08 05:20:52 +0000
committerBenjamin Kosnik <bkoz@redhat.com>2012-03-08 05:20:52 +0000
commit3cee8e61ff066f16aa2fa8e97bad03a00c0b6123 (patch)
treefdcf4dd7fd61e4508ed2ae9145fe214fc561c00b /libstdc++-v3/include/ext
parent5ffad6ebcaba44ce76adbebeef17e796fce22eec (diff)
2012-03-08 Benjamin Kosnik <bkoz@redhat.com>
* doc/doxygen/user.cfg.in: Update to Doxygen 1.8.0. * include/bits/locale_facets.h: Adjust markup to avoid warnings. * include/ext/pb_ds/assoc_container.hpp: Same. * include/ext/pb_ds/priority_queue.hpp: Same. * include/std/fstream: Same. * include/std/ratio: Same. * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Adjust line numbers. * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Same. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@185094 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/ext')
-rw-r--r--libstdc++-v3/include/ext/pb_ds/assoc_container.hpp10
-rw-r--r--libstdc++-v3/include/ext/pb_ds/priority_queue.hpp2
2 files changed, 6 insertions, 6 deletions
diff --git a/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp b/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp
index 8196fc9e1c1..a6527698072 100644
--- a/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp
+++ b/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp
@@ -57,7 +57,7 @@ namespace __gnu_pbds
*/
/**
- * @defgroup hash-based
+ * @defgroup hash-based Hash-Based
* @ingroup containers-pbds
* @{
*/
@@ -521,7 +521,7 @@ namespace __gnu_pbds
/**
- * @defgroup branch-based
+ * @defgroup branch-based Branch-Based
* @ingroup containers-pbds
* @{
*/
@@ -617,7 +617,7 @@ namespace __gnu_pbds
* @tparam Cmp_Fn Comparison functor.
* @tparam Tag Instantiating data structure type,
* see container_tag.
- * @tparam Node_Update Updates nodes,
+ * @tparam Node_Update Updates tree internal-nodes,
* restores invariants when invalidated.
* XXX See design::tree-based-containers::node invariants.
* @tparam _Alloc Allocator type.
@@ -708,7 +708,7 @@ namespace __gnu_pbds
* @tparam _ATraits Element access traits.
* @tparam Tag Instantiating data structure type,
* see container_tag.
- * @tparam Node_Update Updates trie nodes,
+ * @tparam Node_Update Updates trie internal-nodes,
* restores invariants when invalidated.
* XXX See design::tree-based-containers::node invariants.
* @tparam _Alloc Allocator type.
@@ -786,7 +786,7 @@ namespace __gnu_pbds
/**
- * @defgroup list-based
+ * @defgroup list-based List-Based
* @ingroup containers-pbds
* @{
*/
diff --git a/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp b/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp
index 825699f4685..0cbf45c45d0 100644
--- a/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp
+++ b/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp
@@ -49,7 +49,7 @@
namespace __gnu_pbds
{
/**
- * @defgroup heap-based
+ * @defgroup heap-based Heap-Based
* @ingroup containers-pbds
* @{
*/