turtle/build/boost/doc/Jamfile.jam
mat007 b9feefc242 Cleanup
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@564 860be788-9bd5-4423-9f1e-828f051e677b
2012-09-21 22:19:19 +00:00

38 lines
887 B
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>nav.layout=horizontal
;