X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Fintrusive%2Fcuckoo_set.h;h=ea026a0f584574d25f4c6b0d8209282c93247e6b;hp=dffba6e7ec126b03cb1726f36c5bcb606474297a;hb=3a4dda529c42be12ff3ffe446a91b6ec263eb1ed;hpb=e1204bcd890e14ee33cb22931e914e88382a5133 diff --git a/cds/intrusive/cuckoo_set.h b/cds/intrusive/cuckoo_set.h index dffba6e7..ea026a0f 100644 --- a/cds/intrusive/cuckoo_set.h +++ b/cds/intrusive/cuckoo_set.h @@ -2736,7 +2736,7 @@ namespace cds { namespace intrusive { /// Clears the set /** The function unlinks all items from the set. - For any item @ref disposer is called + For any item \p Traits::disposer is called */ void clear() { @@ -2753,7 +2753,7 @@ namespace cds { namespace intrusive { }; \endcode - The @ref disposer specified in \p Traits is not called. + The \p Traits::disposer is not called. */ template void clear_and_dispose( Disposer oDisposer )