Build documentation using consistent ids

This commit is contained in:
Daniel James
2017-10-25 01:16:15 +01:00
parent 613f154d47
commit fb7ef4cf63

View File

@ -9,7 +9,9 @@ using quickbook ;
path-constant images_location : ../ ;
path-constant admonishment_location : ../../../../doc/src/images ;
xml unordered : unordered.qbk ;
xml unordered : unordered.qbk :
<xsl:param>generate.consistent.ids=1 ;
boostbook standalone : unordered :
<xsl:param>chunk.first.sections=1
<xsl:param>chunk.section.depth=2
@ -21,6 +23,8 @@ boostbook standalone : unordered :
<xsl:param>boost.compact.function=0
<xsl:param>boost.compact.enum=0
<xsl:param>generate.consistent.ids=1
# HTML Options:
<format>html:<xsl:param>boost.root=../../../..