doc formatting
authorkhizmax <khizmax@gmail.com>
Mon, 14 Aug 2017 19:40:32 +0000 (22:40 +0300)
committerkhizmax <khizmax@gmail.com>
Mon, 14 Aug 2017 19:40:32 +0000 (22:40 +0300)
cds/details/defs.h
cds/gc/dhp.h

index 6c737efa2d3dcaf766c00548ec8fe6d2eab308b0..e78fc762b165a778bec8a858bec41d25984beece 100644 (file)
    in GCC/clang (for MS VC++ compiler DCAS is not supported):
    - \p -DCDS_DISABLE_128BIT_ATOMIC - for 64bit build
    - \p -DCDS_DISABLE_64BIT_ATOMIC - for 32bit build
+
    @warning All your projects AND libcds MUST be compiled with the same flags - either with DCAS support or without it.
 
    \par Windows build
index 3752a083b54507fe1422b8a42597d1ea2b630ad2..1b7c6fbe05b0db606bbe685abcfd9b52a8c593bd 100644 (file)
@@ -685,7 +685,7 @@ namespace cds { namespace gc {
 
         %DHP is an adaptive variant of classic \p cds::gc::HP, see @ref cds_garbage_collectors_comparison "Compare HP implementation"
 
-        @note: Internally, %DHP depends on free-list implementation. There are
+        @note Internally, %DHP depends on free-list implementation. There are
         DCAS-based free-list \p cds::intrusive::TaggedFreeList and more complicated CAS-based free-list
         \p cds::intrusive::FreeList. For x86 architecture and GCC/clang, libcds selects appropriate free-list 
         based on \p -mcx16 compiler flag. You may manually disable DCAS support specifying