diff --git a/hash/doc/ref.xml b/hash/doc/ref.xml
index 1fe97d3..47a09d5 100644
--- a/hash/doc/ref.xml
+++ b/hash/doc/ref.xml
@@ -34,7 +34,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
std::unary_function<T, std::size_t>
- A TR1 compliant hash function object.
+ A TR1 compliant hash function object.
std::size_t
@@ -419,10 +419,10 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
void
size_t &
T const&
-
+
Called repeatedly to incrementally create a hash value from
several variables.
-
+
seed ^= hash_value(v) + 0x9e3779b9 + (seed << 6) + (seed >> 2);
hash_value is called without
@@ -460,10 +460,10 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
It
-
+
Calculate the combined hash value of the elements of an iterator
range.
-
+
For the two argument overload:
@@ -511,9 +511,9 @@ for(; first != last; ++first)
-->
-
+
Implementation of the hash function.
-
+
std::size_t