From: khizmax Date: Sun, 5 Jun 2016 06:36:56 +0000 (+0300) Subject: Docfix X-Git-Tag: v2.2.0~227 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=commitdiff_plain;h=e75900392b818ed465e4c250a8ca31438a5d27fb Docfix --- 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 {