fix documentation, introduce "See also" block

This commit is contained in:
fiesh
2014-07-24 17:44:37 +02:00
parent 70410d1e07
commit d71cf19e0f
2 changed files with 6 additions and 1 deletions

View File

@ -1899,7 +1899,7 @@ compile time error.
[section Hashing]
Automatically create a [classref boost::hash] conforming `hash_value` function.
Automatically create a `boost::hash` conforming `hash_value` function.
[heading Synopsis]
@ -1976,6 +1976,10 @@ returning a type that is convertible to `std::size_t`.
assert(set.count(key) == 0);
}
[heading See also]
__boost_func_hash__
[endsect]
[endsect]