From 25579e482f244e24183660e72194bd747c1bd5d0 Mon Sep 17 00:00:00 2001 From: alandefreitas Date: Tue, 1 Nov 2022 17:49:52 -0300 Subject: [PATCH] update jamfile fix #24 --- doc/Jamfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/Jamfile b/doc/Jamfile index a513589..25c9a6f 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -1,6 +1,7 @@ # # Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) # Copyright (c) 2020 Krystian Stasiowski (sdkrystian at gmail dot com) +# Copyright (c) 2022 Alan de Freitas (alandefreitas@gmail.com) # # 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) @@ -9,16 +10,17 @@ project static_string/doc ; import boostbook ; +import type ; +import os ; import ../../../tools/docca/docca.jam ; - docca.reference reference.qbk : xsl/custom-overrides.xsl [ glob-tree-ex ../include/boost/static_string : *.hpp *.ipp : detail impl ] : PROJECT_NAME=StaticString - PROJECT_BRIEF="String Library" + PROJECT_BRIEF="Static String Library" ALIASES="esafe=\"@par Exception Safety\"" FILE_PATTERNS= EXAMPLE_PATTERNS= @@ -90,7 +92,7 @@ boostbook static_string chapter.autolabel=0 chunk.section.depth=8 # Depth to which sections should be chunked chunk.first.sections=1 # Chunk the first top-level section? - generate.toc="" + generate.toc="chapter toc,title section nop reference nop" ../../../tools/boostbook/dtd : images