turtle/build/boost/doc/Jamfile.jam
mat007 927748731f Documented quick constraint
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@632 860be788-9bd5-4423-9f1e-828f051e677b
2013-05-03 20:16:01 +00:00

53 lines
1.2 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/customisation.cpp ;
compile example/async_call.cpp ;
compile example/retrieve_cref.cpp ;
compile example/invoke_functor.cpp ;
compile example/quick_constraint.cpp ;