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

@ -53,6 +53,7 @@
[def __boost_shared_ptr_call__ [@http://www.boost.org/libs/smart_ptr/shared_ptr.htm `boost::shared_ptr`]]
[def __boost_func_forward__ [@http://www.boost.org/libs/functional/forward/doc/html/index.html Boost.Functional/Forward]]
[def __boost_func_factory__ [@http://www.boost.org/libs/functional/factory/doc/html/index.html Boost.Functional/Factory]]
[def __boost_func_hash__ [@http://www.boost.org/doc/html/hash.html Boost.Functional/Hash]]
[def __std_pair_doc__ [@http://www.sgi.com/tech/stl/pair.html `std::pair`]]
[def __std_plus_doc__ [@http://www.sgi.com/tech/stl/plus.html `std::plus`]]
[def __std_minus_doc__ [@http://www.sgi.com/tech/stl/minus.html `std::minus`]]

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]