Fix extract() member function doc
[libcds.git] / cds / container / skip_list_set_rcu.h
index e1efa00c4b0c307f321b746106be37dddd1b42bc..fb50c9d06b65fb5cfa1026b7484bcde55b7d6088 100644 (file)
@@ -463,8 +463,7 @@ namespace cds { namespace container {
 
         /// Extracts the item from the set with comparing functor \p pred
         /**
-            The function is an analog of \ref cds_nonintrusive_SkipListSet_rcu_extract "extract(exempt_ptr&, Q const&)"
-            but \p pred predicate is used for key comparing.
+            The function is an analog of \p extract(Q const&) but \p pred predicate is used for key comparing.
             \p Less has the semantics like \p std::less.
             \p pred must imply the same element order as the comparator used for building the set.
         */