turtle/build/boost/doc/Jamfile.jam
2013-07-06 21:19:29 +00:00

58 lines
1.5 KiB
Text

# Boost.Mock
#
# Copyright Mathieu Champlon 2012
#
# 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 path ;
using boostbook : : : [ path.pwd ] ;
using quickbook ;
using doxygen ;
xml mock : mock.qbk ;
#doxygen reference
# :
# [ glob ../../../boost/mock/*.hpp ]
# :
# <doxygen:param>EXPAND_ONLY_PREDEF=YES
# <doxygen:param>HIDE_UNDOC_MEMBERS=NO
# <doxygen:param>QUIET=YES
# <doxygen:param>WARN_IF_UNDOCUMENTED=NO
# <doxygen:param>EXTRACT_PRIVATE=NO
# <doxygen:param>ENABLE_PREPROCESSING=YES
# <doxygen:param>MACRO_EXPANSION=YES
# <doxygen:param>SEARCH_INCLUDES=NO
#;
boostbook standalone
:
mock
:
<dependency>reference
<xsl:param>boost.image.src=images/boost.png
<xsl:param>chunk.first.sections=1
# <xsl:param>toc.max.depth=3
<xsl:param>toc.section.depth=4
<xsl:param>nav.layout=horizontal
;
project example
: requirements
<include>../../../../..
;
compile example/motivation.cpp ;
compile example/getting_started.cpp ;
compile example/customization.cpp ;
compile example/patterns_async_call.cpp ;
compile example/patterns_retrieve_cref.cpp ;
compile example/patterns_invoke_functor.cpp ;
compile example/patterns_quick_constraint.cpp ;
compile example/reference.cpp ;
compile example/limitations_throw_specifier.cpp ;
compile example/limitations_literal_zero.cpp ;
compile example/limitations_template_method.cpp ;
compile example/limitations_private_method.cpp ;