From e75900392b818ed465e4c250a8ca31438a5d27fb Mon Sep 17 00:00:00 2001 From: khizmax Date: Sun, 5 Jun 2016 09:36:56 +0300 Subject: [PATCH] Docfix --- cds/opt/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cds/opt/buffer.h b/cds/opt/buffer.h index 9ded909e..76dc4cf1 100644 --- a/cds/opt/buffer.h +++ b/cds/opt/buffer.h @@ -60,7 +60,7 @@ namespace cds { namespace opt { Initialized buffer contains default-constructed elements. Element destructor is called automatically when the buffer is destroyed. - Initialized and uninitialized buffers are not + @note Usually, initialized and uninitialized buffers are not interchangeable. */ template struct buffer { -- 2.34.1