From c8b6ac24a16655a09bf744253eeb92c8fe864e67 Mon Sep 17 00:00:00 2001 From: khizmax Date: Sat, 17 Jan 2015 12:55:36 +0300 Subject: [PATCH] Fix doc --- cds/container/ellen_bintree_map_rcu.h | 6 +++--- change.log | 2 +- doxygen/footer.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cds/container/ellen_bintree_map_rcu.h b/cds/container/ellen_bintree_map_rcu.h index 28864214..5bf55ad8 100644 --- a/cds/container/ellen_bintree_map_rcu.h +++ b/cds/container/ellen_bintree_map_rcu.h @@ -227,7 +227,7 @@ namespace cds { namespace container { The operation performs inserting or changing data with lock-free manner. If the \p key not found in the map, then the new item created from \p key - is inserted into the map (note that in this case the \ref key_type should be + is inserted into the map (note that in this case the \p key_type should be constructible from type \p K). Otherwise, the functor \p func is called with item found. The functor \p Func may be a function with signature: @@ -245,7 +245,7 @@ namespace cds { namespace container { - \p bNew - \p true if the item has been inserted, \p false otherwise - \p item - item of the tree - The functor may change any fields of the \p item.second that is \ref value_type. + The functor may change any fields of the \p item.second that is \p value_type. RCU \p synchronize() method can be called. RCU should not be locked. @@ -493,7 +493,7 @@ namespace cds { namespace container { The function is an analog of \ref cds_nonintrusive_EllenBinTreeMap_rcu_get "get(Q const&)" but \p pred is used for comparing the keys. - \p Less functor has the semantics like \p std::less but should take arguments of type \ref value_type + \p Less functor has the semantics like \p std::less but should take arguments of type \p key_type and \p Q in any order. \p pred must imply the same element order as the comparator used for building the map. */ diff --git a/change.log b/change.log index 08ef29fe..3aebf3a1 100644 --- a/change.log +++ b/change.log @@ -248,7 +248,7 @@ 10. Added compiler barrier to spin-lock release primitive for x86 and amd64 11. Makefile script is changed to resolve the problem when an user calls 'make clean' directly. Thanks to Tamas Lengyel to point me to this bug. - 12. The file dictionary.txt is exluded from distributive. This file is used for testing purposes only. + 12. The file dictionary.txt is excluded from distributive. This file is used for testing purposes only. You may create dictionary.txt in this way: cd ./tests/data perl -X split.pl diff --git a/doxygen/footer.html b/doxygen/footer.html index 9b1287dd..3928f1ea 100644 --- a/doxygen/footer.html +++ b/doxygen/footer.html @@ -1,7 +1,7 @@
$projectname $projectnumber - Developed by Maxim Khiszinsky aka khizmax 2007 - 2014 + Developed by Maxim Khizhinsky aka khizmax 2007 - 2015
Autogenerated $datetime by Doxygen $doxygenversion
-- 2.34.1