Fixed recursive links in docs
[libcds.git] / cds / intrusive / feldman_hashset_rcu.h
index 64a66ba40fc773d2adbb1e241ba2dceb6013e4cf..8b61fe4a7384c0c83d08bdc45fcd099237864030 100644 (file)
@@ -496,7 +496,13 @@ namespace cds { namespace intrusive {
         using base_class::array_node_size;
 
         /// Collects tree level statistics into \p stat
-        /** @copydetails cds::intrusive::FeldmanHashSet::get_level_statistics
+        /**
+            The function traverses the set and collects staistics for each level of the tree
+            into \p feldman_hashset::level_statistics struct. The element of \p stat[i]
+            represents statistics for level \p i, level 0 is head array.
+            The function is thread-safe and may be called in multi-threaded environment.
+
+            Result can be useful for estimating efficiency of hash functor you use.
         */
         void get_level_statistics(std::vector<feldman_hashset::level_statistics>& stat) const
         {