From: khizmax Date: Tue, 12 Apr 2016 12:05:37 +0000 (+0300) Subject: Docfix X-Git-Tag: v2.2.0~282 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ac3de30a26ac7d58a9a10df468ec4a71c93b3dd7;p=libcds.git Docfix --- 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