mirror of
https://github.com/boostorg/website.git
synced 2026-01-30 08:22:18 +00:00
27 lines
473 B
Plaintext
Executable File
27 lines
473 B
Plaintext
Executable File
# Boost.GroupedLinks
|
|
#
|
|
# Copyright (c) 2007 Matias Capeletto
|
|
#
|
|
# 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)
|
|
|
|
|
|
import quickbook ;
|
|
|
|
xml grouped_links
|
|
:
|
|
grouped_links.qbk
|
|
;
|
|
|
|
boostbook standalone
|
|
:
|
|
grouped_links
|
|
:
|
|
<xsl:param>toc.max.depth=2
|
|
<xsl:param>toc.section.depth=0
|
|
<xsl:param>chunk.section.depth=0
|
|
;
|
|
|
|
|