Docfix
authorkhizmax <khizmax@gmail.com>
Tue, 12 Apr 2016 12:05:37 +0000 (15:05 +0300)
committerkhizmax <khizmax@gmail.com>
Tue, 12 Apr 2016 12:05:37 +0000 (15:05 +0300)
cds/intrusive/ellen_bintree_rcu.h
cds/intrusive/impl/ellen_bintree.h

index 569ebf7949f3006b7975a63a4f2f40111b3a8af9..ccc684b750d08c81af078fe4dc439da2ca00898e 100644 (file)
@@ -917,7 +917,7 @@ namespace cds { namespace intrusive {
             unlinks it from the tree, and returns \p true.
             If the item with key equal to \p key is not found the function return \p false.
 
-            Note the \pTraits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q 
+            Note the \p Traits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q 
             that can be not the same as \p value_type.
 
             RCU \p synchronize method can be called. RCU should not be locked.
@@ -970,7 +970,7 @@ namespace cds { namespace intrusive {
 
             If the item with key equal to \p key is not found the function return \p false.
 
-            Note the \pTraits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q 
+            Note the \p Traits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q 
             that can be not the same as \p value_type.
 
             RCU \p synchronize method can be called. RCU should not be locked.
index 714bc12b3a7aef9e2e9d35661a56bc22dadfbe61..bc572b567a0190969ae0fe038d8e7303d187a90c 100644 (file)
@@ -499,7 +499,7 @@ namespace cds { namespace intrusive {
             unlinks it from the tree, and returns \p true.
             If the item with key equal to \p key is not found the function return \p false.
 
-            Note the \pTraits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q 
+            Note the \p Traits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q 
             that can be not the same as \p value_type.
         */
         template <typename Q>
@@ -550,7 +550,7 @@ namespace cds { namespace intrusive {
 
             If the item with key equal to \p key is not found the function return \p false.
 
-            Note the \pTraits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q 
+            Note the \p Traits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q 
             that can be not the same as \p value_type.
         */
         template <typename Q, typename Func>