From 94569eeb369c8546b54c186142d40066af6c3513 Mon Sep 17 00:00:00 2001 From: khizmax Date: Wed, 10 Feb 2016 22:34:48 +0300 Subject: [PATCH] Doxygen markup fixed --- cds/intrusive/lazy_list_rcu.h | 2 +- cds/intrusive/michael_list_rcu.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cds/intrusive/lazy_list_rcu.h b/cds/intrusive/lazy_list_rcu.h index 7f877046..a9622c23 100644 --- a/cds/intrusive/lazy_list_rcu.h +++ b/cds/intrusive/lazy_list_rcu.h @@ -510,7 +510,7 @@ namespace cds { namespace intrusive { { return update( val, func, true ); } - //@cond + //@endcond /// Unlinks the item \p val from the list /** diff --git a/cds/intrusive/michael_list_rcu.h b/cds/intrusive/michael_list_rcu.h index db0d0712..ff9efaf1 100644 --- a/cds/intrusive/michael_list_rcu.h +++ b/cds/intrusive/michael_list_rcu.h @@ -518,6 +518,7 @@ namespace cds { namespace intrusive { { return update( val, func, true ); } + //@endcond /// Unlinks the item \p val from the list /** -- 2.34.1