From 37919a28aca054c949049e26f59f4b5108619ec4 Mon Sep 17 00:00:00 2001 From: khizmax Date: Sat, 17 Sep 2016 00:36:07 +0300 Subject: [PATCH] Docfix --- cds/intrusive/split_list.h | 7 +++---- cds/intrusive/split_list_rcu.h | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/cds/intrusive/split_list.h b/cds/intrusive/split_list.h index 7f3892bb..f096b2d4 100644 --- a/cds/intrusive/split_list.h +++ b/cds/intrusive/split_list.h @@ -92,11 +92,10 @@ namespace cds { namespace intrusive { Template parameters are: - \p GC - Garbage collector. Note the \p GC must be the same as the \p GC used for \p OrderedList - \p OrderedList - ordered list implementation used as a bucket for hash set, for example, \p MichaelList, \p LazyList. - The intrusive ordered list implementation specifies the type \p T stored in the split-list set, the reclamation - schema \p GC used by split-list set, the comparison functor for the type \p T and other features specific for - the ordered list. + The intrusive ordered list implementation specifies the type \p T stored in the split-list set, the comparison + functor for the type \p T and other features specific for the ordered list. - \p Traits - split-list traits, default is \p split_list::traits. - Instead of defining \p Traits struct you may use option-based syntax with \p split_list::make_traits metafunction. + Instead of defining \p Traits struct you can use option-based syntax provided by \p split_list::make_traits metafunction. @warning \p IterableList is not supported as \p OrderedList template parameter. diff --git a/cds/intrusive/split_list_rcu.h b/cds/intrusive/split_list_rcu.h index 17df965c..73f05a26 100644 --- a/cds/intrusive/split_list_rcu.h +++ b/cds/intrusive/split_list_rcu.h @@ -59,7 +59,7 @@ namespace cds { namespace intrusive { The intrusive ordered list implementation specifies the type \p T stored in the hash-set, the comparing functor for the type \p T and other features specific for the ordered list. - \p Traits - set traits, default isd \p split_list::traits. - Instead of defining \p Traits struct you may use option-based syntax with \p split_list::make_traits metafunction. + Instead of defining \p Traits struct you can use option-based syntax provided by \p split_list::make_traits metafunction. @note About required features of hash functor see \ref cds_SplitList_hash_functor "SplitList general description". -- 2.34.1