From d71cf19e0f375cada73950c8182ff88488d54b25 Mon Sep 17 00:00:00 2001 From: fiesh Date: Thu, 24 Jul 2014 17:44:37 +0200 Subject: [PATCH] fix documentation, introduce "See also" block --- doc/fusion.qbk | 1 + doc/sequence.qbk | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/fusion.qbk b/doc/fusion.qbk index dce0e3f1..8edf9be1 100644 --- a/doc/fusion.qbk +++ b/doc/fusion.qbk @@ -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`]] diff --git a/doc/sequence.qbk b/doc/sequence.qbk index 2fc6f4c2..69899f8d 100644 --- a/doc/sequence.qbk +++ b/doc/sequence.qbk @@ -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]