From ac3de30a26ac7d58a9a10df468ec4a71c93b3dd7 Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 12 Apr 2016 15:05:37 +0300 Subject: [PATCH] Docfix --- cds/intrusive/ellen_bintree_rcu.h | 4 ++-- cds/intrusive/impl/ellen_bintree.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cds/intrusive/ellen_bintree_rcu.h b/cds/intrusive/ellen_bintree_rcu.h index 569ebf79..ccc684b7 100644 --- a/cds/intrusive/ellen_bintree_rcu.h +++ b/cds/intrusive/ellen_bintree_rcu.h @@ -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. diff --git a/cds/intrusive/impl/ellen_bintree.h b/cds/intrusive/impl/ellen_bintree.h index 714bc12b..bc572b56 100644 --- a/cds/intrusive/impl/ellen_bintree.h +++ b/cds/intrusive/impl/ellen_bintree.h @@ -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 @@ -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 -- 2.34.1