mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 11:57:15 +02:00
Add some parameters to standalone documentation build.
[SVN r41928]
This commit is contained in:
@@ -1,15 +1,17 @@
|
|||||||
project boost/doc ;
|
|
||||||
import boostbook : boostbook ;
|
|
||||||
|
|
||||||
boostbook doc : src/boost.xml
|
# 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)
|
||||||
|
|
||||||
## Build the various generated docs (Doxygen and QuickBook)...
|
using quickbook ;
|
||||||
|
|
||||||
<dependency>../libs/unordered/doc//unordered
|
xml unordered : unordered.qbk ;
|
||||||
<implicit-dependency>../libs/unordered/doc//unordered
|
boostbook standalone : unordered :
|
||||||
#<dependency>../libs/functional/hash/doc//hash
|
<xsl:param>boost.root=../../../..
|
||||||
#<implicit-dependency>../libs/functional/hash/doc//hash
|
<xsl:param>boost.libraries=../../../libraries.htm
|
||||||
|
<xsl:param>html.stylesheet=../../../../doc/html/boostbook.css
|
||||||
<xsl:param>boost.libraries=../../libs/libraries.htm
|
<xsl:param>chunk.first.sections=1
|
||||||
;
|
<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 ;
|
||||||
|
Reference in New Issue
Block a user