projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6d1f28
)
Fixed doxygen markup
author
khizmax
<libcds.dev@gmail.com>
Sat, 16 Apr 2016 16:14:00 +0000
(19:14 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Sat, 16 Apr 2016 16:14:00 +0000
(19:14 +0300)
cds/container/impl/bronson_avltree_map_rcu.h
patch
|
blob
|
history
diff --git
a/cds/container/impl/bronson_avltree_map_rcu.h
b/cds/container/impl/bronson_avltree_map_rcu.h
index 0db75ce83fc3339aaae5351e92c70a056d3998eb..996db87f35467c0f4d5bf306cae18fb5c30d87c1 100644
(file)
--- 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
+ \end
c
ode
\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
+ \end
c
ode
\p key_type should be copy-assignable. The copy of maximal key
is returned in \p max_key argument.
*/