Doxygen markup fixed
authorkhizmax <libcds.dev@gmail.com>
Wed, 10 Feb 2016 19:34:48 +0000 (22:34 +0300)
committerkhizmax <libcds.dev@gmail.com>
Wed, 10 Feb 2016 19:34:48 +0000 (22:34 +0300)
cds/intrusive/lazy_list_rcu.h
cds/intrusive/michael_list_rcu.h

index 7f87704675ad3f35ef000db3252aa22da43eea0b..a9622c23532350803067f37d6be66d580f006422 100644 (file)
@@ -510,7 +510,7 @@ namespace cds { namespace intrusive {
         {
             return update( val, func, true );
         }
-        //@cond
+        //@endcond
 
         /// Unlinks the item \p val from the list
         /**
index db0d07125420084319eac5356eb3c890b99cbb11..ff9efaf142c24ea26ce04911362dd2042a4d987b 100644 (file)
@@ -518,6 +518,7 @@ namespace cds { namespace intrusive {
         {
             return update( val, func, true );
         }
+        //@endcond
 
         /// Unlinks the item \p val from the list
         /**