Fix extract() member function doc
[libcds.git] / cds / intrusive / ellen_bintree_rcu.h
index a6577dcdfd3bf079b75b1a2c8c765e278d87ed0d..45dc686f7502d46427ac73c8c731730e4221ffc4 100644 (file)
@@ -1026,8 +1026,7 @@ namespace cds { namespace intrusive {
 
         /// Extracts an item from the set using \p pred for searching
         /**
-            The function is an analog of \ref cds_intrusive_EllenBinTree_rcu_extract "extract(exempt_ptr&, Q const&)"
-            but \p pred is used for key compare.
+            The function is an analog of \p extract(Q const&) but \p pred is used for key compare.
             \p Less has the interface like \p std::less and should meet \ref cds_intrusive_EllenBinTree_rcu_less
             "predicate requirements".
             \p pred must imply the same element order as the comparator used for building the tree.