2007-05-29 06:40:25 +00:00
|
|
|
# Boost.Optional
|
|
|
|
#
|
|
|
|
# Copyright (c) 2003-2007 Fernando Luis Cacciola Carballal
|
|
|
|
#
|
|
|
|
# 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)
|
|
|
|
|
|
|
|
|
|
|
|
# Quickbook
|
|
|
|
# -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
import quickbook ;
|
|
|
|
|
|
|
|
xml optional
|
|
|
|
:
|
|
|
|
optional.qbk
|
|
|
|
;
|
|
|
|
|
|
|
|
boostbook standalone
|
|
|
|
:
|
|
|
|
optional
|
|
|
|
:
|
2008-02-14 17:43:52 +00:00
|
|
|
<xsl:param>boost.root=../../../..
|
|
|
|
<xsl:param>boost.libraries=../../../libraries.htm
|
|
|
|
<xsl:param>toc.max.depth=2
|
|
|
|
<xsl:param>toc.section.depth=2
|
2007-05-29 06:40:25 +00:00
|
|
|
<xsl:param>chunk.section.depth=1
|
|
|
|
;
|
|
|
|
|