From: khizmax Date: Sat, 16 Apr 2016 16:14:00 +0000 (+0300) Subject: Fixed doxygen markup X-Git-Tag: v2.2.0~272 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cfcb9e90fd5e12b27135117ebe931f1996526007;p=libcds.git Fixed doxygen markup --- 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. */