Fixed doxygen markup
authorkhizmax <khizmax@gmail.com>
Wed, 20 Jan 2016 13:36:56 +0000 (16:36 +0300)
committerkhizmax <khizmax@gmail.com>
Wed, 20 Jan 2016 13:36:56 +0000 (16:36 +0300)
cds/container/treiber_stack.h

index 6c7f07026c3c4ebd5378d4d284d147fcf7676d46..3de4363180fd271b814a6078fca24dc1834d972f 100644 (file)
@@ -356,7 +356,7 @@ namespace cds { namespace container {
             \p Func interface is:
             \code
             void func( value_type& src );
-            \endcond
+            \endcode
             where \p src - item popped.
         */
         template <typename Func>