From 693e2e87beaf1d72d352a49d478f50d0a95dec27 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 20 May 2008 15:39:25 +0000 Subject: [PATCH] Merge some small documentation fixes from the doc branch, and mark some previously merged changes as merged. Merged revisions 44811,45129,45142,45154,45281-45282,45365 via svnmerge from https://svn.boost.org/svn/boost/branches/doc ........ r45129 | danieljames | 2008-05-05 12:36:50 +0100 (Mon, 05 May 2008) | 2 lines Update navbar links in boostbook. ........ r45282 | danieljames | 2008-05-11 14:15:31 +0100 (Sun, 11 May 2008) | 2 lines Group functions in the hash header - requires Frank's free-function-group fix. ........ r45365 | danieljames | 2008-05-14 21:39:00 +0100 (Wed, 14 May 2008) | 2 lines Add boost.root to standalone hash documentation. ........ [SVN r45576] --- hash/doc/Jamfile.v2 | 2 ++ hash/doc/ref.xml | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/hash/doc/Jamfile.v2 b/hash/doc/Jamfile.v2 index 84a7c26..731a228 100644 --- a/hash/doc/Jamfile.v2 +++ b/hash/doc/Jamfile.v2 @@ -8,6 +8,8 @@ boostbook standalone : hash : admon.graphics.path=images/ navig.graphics.path=images/ html.stylesheet=boostbook.css + boost.root=../../../../.. + boost.libraries=../../../../libraries.htm chunk.first.sections=1 chunk.section.depth=2 generate.section.toc.level=2 diff --git a/hash/doc/ref.xml b/hash/doc/ref.xml index 283914e..6bb32ce 100644 --- a/hash/doc/ref.xml +++ b/hash/doc/ref.xml @@ -406,6 +406,8 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + + @@ -500,6 +502,10 @@ for(; first != last; ++first) + + + + @@ -797,6 +803,7 @@ return seed; +