From 6a94e695ed74875d595fabd88a1b1edae87e848c Mon Sep 17 00:00:00 2001 From: khizmax Date: Sat, 11 Apr 2015 21:28:20 +0300 Subject: [PATCH] Fixed do typo --- cds/container/lazy_kvlist_nogc.h | 2 +- cds/sync/pool_monitor.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cds/container/lazy_kvlist_nogc.h b/cds/container/lazy_kvlist_nogc.h index 89d0a2ac..bcb5f599 100644 --- a/cds/container/lazy_kvlist_nogc.h +++ b/cds/container/lazy_kvlist_nogc.h @@ -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 diff --git a/cds/sync/pool_monitor.h b/cds/sync/pool_monitor.h index 2c544cb7..19e22e8e 100644 --- a/cds/sync/pool_monitor.h +++ b/cds/sync/pool_monitor.h @@ -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 { -- 2.34.1