docfix
authorkhizmax <libcds.dev@gmail.com>
Sat, 21 Jan 2017 08:23:12 +0000 (11:23 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 21 Jan 2017 08:23:12 +0000 (11:23 +0300)
cds/gc/dhp.h
cds/gc/hp.h

index 76511795907c33ac6e8703e9e4d9b392fc8f8281..9f0387cdcf1df768de3a05a93539b5689a1658a9 100644 (file)
@@ -1470,7 +1470,7 @@ namespace cds { namespace gc {
             The function clears \p st before gathering statistics.
 
             @note Internal statistics is available only if you compile
-            \p libcds and your program with \p -DCDS_ENABLE_HPSTAT key.
+            \p libcds and your program with \p -DCDS_ENABLE_HPSTAT.
         */
         static void statistics( stat& st )
         {
@@ -1483,7 +1483,7 @@ namespace cds { namespace gc {
             and can be accessible after destructing the global \p %DHP object.
 
             @note Internal statistics is available only if you compile
-            \p libcds and your program with \p -DCDS_ENABLE_HPSTAT key.
+            \p libcds and your program with \p -DCDS_ENABLE_HPSTAT.
 
             Usage:
             \code
index 76df6145b8d73afcf3e2c27dbf63a01bccda2834..aedc47b064bada56c3a78c0ec95627d734309319 100644 (file)
@@ -1469,7 +1469,7 @@ namespace cds { namespace gc {
             The function clears \p st before gathering statistics.
 
             @note Internal statistics is available only if you compile
-            \p libcds and your program with \p -DCDS_ENABLE_HPSTAT key.
+            \p libcds and your program with \p -DCDS_ENABLE_HPSTAT.
         */
         static void statistics( stat& st )
         {
@@ -1482,7 +1482,7 @@ namespace cds { namespace gc {
             and can be accessible after destructing the global \p %HP object.
 
             @note Internal statistics is available only if you compile
-            \p libcds and your program with \p -DCDS_ENABLE_HPSTAT key.
+            \p libcds and your program with \p -DCDS_ENABLE_HPSTAT.
 
             Usage:
             \code