From fb7ef4cf639298b8fdd0b8d7faa4d2152c16d95d Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 25 Oct 2017 01:16:15 +0100 Subject: [PATCH] Build documentation using consistent ids --- doc/Jamfile.v2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 6a5b7012..13ac5162 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -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 : + generate.consistent.ids=1 ; + boostbook standalone : unordered : chunk.first.sections=1 chunk.section.depth=2 @@ -21,6 +23,8 @@ boostbook standalone : unordered : boost.compact.function=0 boost.compact.enum=0 + generate.consistent.ids=1 + # HTML Options: html:boost.root=../../../..