Fixed do typo
authorkhizmax <libcds.dev@gmail.com>
Sat, 11 Apr 2015 18:28:20 +0000 (21:28 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 11 Apr 2015 18:28:20 +0000 (21:28 +0300)
cds/container/lazy_kvlist_nogc.h
cds/sync/pool_monitor.h

index 89d0a2ac95ba6a9175e763518e13c1cf468e1663..bcb5f59977e824e185420f6246a911dd4de4aeff 100644 (file)
@@ -41,7 +41,7 @@ namespace cds { namespace container {
         //@endcond
 
     public:
-        typedef Traits traits;
+        typedef Traits traits;    ///< List traits
         typedef cds::gc::nogc gc; ///< Garbage collector
 #ifdef CDS_DOXYGEN_INVOKED
         typedef Key                                 key_type        ;   ///< Key type
index 2c544cb737185f107a10c81835e1e0a7b8fb06e0..19e22e8ef4cb59abde4efe031caa00fa7a38c6c4 100644 (file)
@@ -244,9 +244,9 @@ namespace cds { namespace sync {
         /// Returns the reference to internal statistics
         /**
             If class' template argument \p Stat is \p false,
-            the function returns \ref empty_stat "dummy statistics".
+            the function returns \ref pool_monitor_traits::empty_stat "dummy statistics".
             Otherwise, it returns the reference to monitor's internal statistics 
-            of type \ref stat.
+            of type \ref pool_monitor_traits::stat.
         */
         internal_stat const& statistics() const
         {