# 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 ] # : # EXPAND_ONLY_PREDEF=YES # HIDE_UNDOC_MEMBERS=NO # QUIET=YES # WARN_IF_UNDOCUMENTED=NO # EXTRACT_PRIVATE=NO # ENABLE_PREPROCESSING=YES # MACRO_EXPANSION=YES # SEARCH_INCLUDES=NO #; boostbook standalone : mock : reference boost.image.src=images/boost.png chunk.first.sections=1 # toc.max.depth=3 toc.section.depth=4 nav.layout=horizontal ; project example : requirements ../../../../.. ; compile example/motivation.cpp ; compile example/getting_started.cpp ; compile example/customisation.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 ;