Disable compiling benchmarks-drivers for now
[libcds.git] / cds / container / feldman_hashmap_rcu.h
index 2f35fd3635b2e356ccfe4b8e78724b31264b75c0..548164dbf65afb968be2d5f4f5051525dd7c4d50 100644 (file)
@@ -319,8 +319,8 @@ namespace cds { namespace container {
     public:
         /// Creates empty map
         /**
-            @param head_bits: 2<sup>head_bits</sup> specifies the size of head array, minimum is 4.
-            @param array_bits: 2<sup>array_bits</sup> specifies the size of array node, minimum is 2.
+            @param head_bits - 2<sup>head_bits</sup> specifies the size of head array, minimum is 4.
+            @param array_bits - 2<sup>array_bits</sup> specifies the size of array node, minimum is 2.
 
             Equation for \p head_bits and \p array_bits:
             \code