Fix doc
authorkhizmax <libcds.dev@gmail.com>
Sat, 17 Jan 2015 09:55:36 +0000 (12:55 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 17 Jan 2015 09:55:36 +0000 (12:55 +0300)
cds/container/ellen_bintree_map_rcu.h
change.log
doxygen/footer.html

index 28864214b1ff1d8e8d092b4c6e60f94d61ab9e97..5bf55ad83b3b9e5692674309f0de71e5cb7db34a 100644 (file)
@@ -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.
         */
index 08ef29fe45437e91ee65f40be2d47a4ed1668fb3..3aebf3a1e93f6e7f8d708c2e15e13a8cdbd03cd3 100644 (file)
    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
index 9b1287dda66339507a050fcf1dff522754ca1adb..3928f1ea6f448c3d2f1ba6a0976e4e57732991ee 100644 (file)
@@ -1,7 +1,7 @@
 <hr/>\r
 <div align="right">\r
   <b>$projectname</b> <b>$projectnumber</b> \r
-  Developed by <i>Maxim Khiszinsky aka khizmax</i> 2007 - 2014\r
+  Developed by <i>Maxim Khizhinsky aka khizmax</i> 2007 - 2015\r
   <br/>\r
   <i>Autogenerated $datetime by Doxygen $doxygenversion</i>\r
 </div>\r