1# Copyright (c) 2016 Andrey Semashev 2# 3# Distributed under the Boost Software License, 4# Version 1.0. (See accompanying file LICENSE_1_0.txt 5# or copy at http://boost.org/LICENSE_1_0.txt) 6 7import doxygen ; 8import quickbook ; 9 10xml winapi : winapi.qbk ; 11 12boostbook standalone 13 : 14 winapi 15 : 16 <xsl:param>boost.root=../../../.. 17 <xsl:param>generate.section.toc.level=1 18 <xsl:param>toc.max.depth=1 19 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/winapi/doc/html 20 ; 21 22############################################################################### 23alias boostdoc ; 24explicit boostdoc ; 25alias boostrelease : standalone ; 26explicit boostrelease ; 27