mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
More Boost.Mock generation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@469 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
a09b491446
commit
a6677f33d6
5 changed files with 96 additions and 4 deletions
36
build/boost/doc/Jamfile.jam
Normal file
36
build/boost/doc/Jamfile.jam
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# 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 ;
|
||||
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.root=../../../..
|
||||
;
|
||||
Loading…
Add table
Add a link
Reference in a new issue