From cfcb9e90fd5e12b27135117ebe931f1996526007 Mon Sep 17 00:00:00 2001 From: khizmax Date: Sat, 16 Apr 2016 19:14:00 +0300 Subject: [PATCH] Fixed doxygen markup --- cds/container/impl/bronson_avltree_map_rcu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cds/container/impl/bronson_avltree_map_rcu.h b/cds/container/impl/bronson_avltree_map_rcu.h index 0db75ce8..996db87f 100644 --- a/cds/container/impl/bronson_avltree_map_rcu.h +++ b/cds/container/impl/bronson_avltree_map_rcu.h @@ -474,7 +474,7 @@ namespace cds { namespace container { \code key_type key; exempt_ptr xp = theTree.extract_min( [&key]( key_type const& k ) { key = k; } ); - \endode + \endcode \p key_type should be copy-assignable. The copy of minimal key is returned in \p min_key argument. */ @@ -545,7 +545,7 @@ namespace cds { namespace container { \code key_type key; exempt_ptr xp = theTree.extract_max( [&key]( key_type const& k ) { key = k; } ); - \endode + \endcode \p key_type should be copy-assignable. The copy of maximal key is returned in \p max_key argument. */ -- 2.34.1