forked from boostorg/unordered
Add the hash documentation to the unordered library so that it'll be easier to
link between the libraries. [SVN r41993]
This commit is contained in:
@@ -1,17 +1,15 @@
|
|||||||
|
project boost/doc ;
|
||||||
|
import boostbook : boostbook ;
|
||||||
|
|
||||||
# Copyright 2005 Daniel James.
|
boostbook doc : src/boost.xml
|
||||||
# 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)
|
|
||||||
|
|
||||||
using quickbook ;
|
## Build the various generated docs (Doxygen and QuickBook)...
|
||||||
|
|
||||||
xml unordered : unordered.qbk ;
|
<dependency>../libs/unordered/doc//unordered
|
||||||
boostbook standalone : unordered :
|
<implicit-dependency>../libs/unordered/doc//unordered
|
||||||
<xsl:param>boost.root=../../../..
|
<dependency>../libs/functional/hash/doc//hash
|
||||||
<xsl:param>boost.libraries=../../../libraries.htm
|
<implicit-dependency>../libs/functional/hash/doc//hash
|
||||||
<xsl:param>html.stylesheet=../../../../doc/html/boostbook.css
|
|
||||||
<xsl:param>chunk.first.sections=1
|
<xsl:param>boost.libraries=../../libs/libraries.htm
|
||||||
<xsl:param>chunk.section.depth=2
|
;
|
||||||
<xsl:param>generate.section.toc.level=2
|
|
||||||
<xsl:param>toc.section.depth=1
|
|
||||||
<xsl:param>toc.max.depth=1 ;
|
|
||||||
|
@@ -5,5 +5,5 @@
|
|||||||
<title>The Boost C++ Unordered Containers Library Documentation</title>
|
<title>The Boost C++ Unordered Containers Library Documentation</title>
|
||||||
|
|
||||||
<xi:include href="unordered.xml"/>
|
<xi:include href="unordered.xml"/>
|
||||||
<!-- <xi:include href="hash.xml"/> -->
|
<xi:include href="hash.xml"/>
|
||||||
</boostbook>
|
</boostbook>
|
||||||
|
Reference in New Issue
Block a user