FIxed aux node operations in SplitListSet
[libcds.git] / cds / intrusive / free_list_tagged.h
index ab71e8f9feb2b95ae119964ae9b496120f45c26d..d8b93767776040cfbcbb3671007696d1dc5df110 100644 (file)
@@ -36,7 +36,8 @@
 namespace cds { namespace intrusive {
 
     /// Lock-free free list based on tagged pointers (required double-width CAS)
-    /** @ingroup cds_intrusive_helper
+    /** @ingroup cds_intrusive_freelist
+
         This variant of \p FreeList is intended for processor architectures that support double-width CAS.
         It uses <a href="https://en.wikipedia.org/wiki/Tagged_pointer">tagged pointer</a> technique to solve ABA problem.