projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afc79b0
)
Fixed doxygen markup
author
khizmax
<khizmax@gmail.com>
Wed, 20 Jan 2016 13:36:56 +0000
(16:36 +0300)
committer
khizmax
<khizmax@gmail.com>
Wed, 20 Jan 2016 13:36:56 +0000
(16:36 +0300)
cds/container/treiber_stack.h
patch
|
blob
|
history
diff --git
a/cds/container/treiber_stack.h
b/cds/container/treiber_stack.h
index 6c7f07026c3c4ebd5378d4d284d147fcf7676d46..3de4363180fd271b814a6078fca24dc1834d972f 100644
(file)
--- a/
cds/container/treiber_stack.h
+++ b/
cds/container/treiber_stack.h
@@
-356,7
+356,7
@@
namespace cds { namespace container {
\p Func interface is:
\code
void func( value_type& src );
- \endco
nd
+ \endco
de
where \p src - item popped.
*/
template <typename Func>