aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2011-06-10 17:10:42 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2011-06-10 17:10:42 +0000
commit30a96b3b0c49394c861df8c07a7c506b95082937 (patch)
tree74446e56ccc71502be50a655826c2c14ac161381 /libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
parent0818c24cb0dde57da9431661b79cd7e299fc6cf9 (diff)
downloadgcc-30a96b3b0c49394c861df8c07a7c506b95082937.zip
gcc-30a96b3b0c49394c861df8c07a7c506b95082937.tar.gz
gcc-30a96b3b0c49394c861df8c07a7c506b95082937.tar.bz2
*: Doxygen markup redo.
2011-06-10 Benjamin Kosnik <bkoz@redhat.com> * include/ext/pb_ds/*: Doxygen markup redo. * include/Makefile.am: Fold in constructors_destructor_fn_imps.hpp. * include/Makefile.in: Regenerate. From-SVN: r174917
Diffstat (limited to 'libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp')
-rw-r--r--libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
index ee408e8..8d91c4c 100644
--- a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
+++ b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
@@ -74,7 +74,9 @@ namespace __gnu_pbds
__gnu_pbds::detail::resize_policy<typename _Alloc::size_type>
/**
- * @brief Binary heaps composed of resize and compare policies.
+ * Binary heaps composed of resize and compare policies.
+ *
+ * @ingroup heap-detail
*
* Based on CLRS.
*/