From 4e235a16106eea78fb4193d72ee6bd43e4a31dbe Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 13 Dec 2007 00:23:27 +0000 Subject: [PATCH] Add the hash documentation to the unordered library so that it'll be easier to link between the libraries. [SVN r41993] --- doc/Jamfile.v2 | 26 ++++++++++++-------------- doc/src/boost.xml | 2 +- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 95911f47..5468b827 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -1,17 +1,15 @@ +project boost/doc ; +import boostbook : boostbook ; -# Copyright 2005 Daniel James. -# Distributed under the Boost Software License, Version 1.0. (See accompanying -# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +boostbook doc : src/boost.xml + : -using quickbook ; + ## Build the various generated docs (Doxygen and QuickBook)... -xml unordered : unordered.qbk ; -boostbook standalone : unordered : - boost.root=../../../.. - boost.libraries=../../../libraries.htm - html.stylesheet=../../../../doc/html/boostbook.css - chunk.first.sections=1 - chunk.section.depth=2 - generate.section.toc.level=2 - toc.section.depth=1 - toc.max.depth=1 ; + ../libs/unordered/doc//unordered + ../libs/unordered/doc//unordered + ../libs/functional/hash/doc//hash + ../libs/functional/hash/doc//hash + + boost.libraries=../../libs/libraries.htm + ; diff --git a/doc/src/boost.xml b/doc/src/boost.xml index 457d5047..b0a7afcd 100644 --- a/doc/src/boost.xml +++ b/doc/src/boost.xml @@ -5,5 +5,5 @@ The Boost C++ Unordered Containers Library Documentation - +