forked from boostorg/unordered
Build documentation using consistent ids
This commit is contained in:
@ -9,7 +9,9 @@ using quickbook ;
|
|||||||
path-constant images_location : ../ ;
|
path-constant images_location : ../ ;
|
||||||
path-constant admonishment_location : ../../../../doc/src/images ;
|
path-constant admonishment_location : ../../../../doc/src/images ;
|
||||||
|
|
||||||
xml unordered : unordered.qbk ;
|
xml unordered : unordered.qbk :
|
||||||
|
<xsl:param>generate.consistent.ids=1 ;
|
||||||
|
|
||||||
boostbook standalone : unordered :
|
boostbook standalone : unordered :
|
||||||
<xsl:param>chunk.first.sections=1
|
<xsl:param>chunk.first.sections=1
|
||||||
<xsl:param>chunk.section.depth=2
|
<xsl:param>chunk.section.depth=2
|
||||||
@ -21,6 +23,8 @@ boostbook standalone : unordered :
|
|||||||
<xsl:param>boost.compact.function=0
|
<xsl:param>boost.compact.function=0
|
||||||
<xsl:param>boost.compact.enum=0
|
<xsl:param>boost.compact.enum=0
|
||||||
|
|
||||||
|
<xsl:param>generate.consistent.ids=1
|
||||||
|
|
||||||
# HTML Options:
|
# HTML Options:
|
||||||
|
|
||||||
<format>html:<xsl:param>boost.root=../../../..
|
<format>html:<xsl:param>boost.root=../../../..
|
||||||
|
Reference in New Issue
Block a user