diff --git a/build/boost/doc/Jamfile.jam b/build/boost/doc/Jamfile.jam new file mode 100644 index 0000000..c58e7bf --- /dev/null +++ b/build/boost/doc/Jamfile.jam @@ -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 ] + : + 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.root=../../../.. +; diff --git a/build/boost/doc/mock.qbk b/build/boost/doc/mock.qbk new file mode 100644 index 0000000..bfed041 --- /dev/null +++ b/build/boost/doc/mock.qbk @@ -0,0 +1,36 @@ +[library Boost.Mock + [quickbook 1.5] + [authors [Champlon, Mathieu]] + [copyright 2012 Mathieu Champlon] + [license + 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]) + ] + [purpose Mock object library for testing] +] + +[section:introduction Introduction] + +[note Boost.Mock is not an official Boost library.] + +[endsect] + +[section:conceptdef Concept Definitions] + +[endsect] + +[xinclude reference.xml] + +[section:rationale Rationale] + +[endsect] + +[section:future Future Work] + +[endsect] + + +[section:acknowledgements Acknowledgements] + +[endsect] diff --git a/build/boost/index.html b/build/boost/index.html new file mode 100644 index 0000000..c23a85c --- /dev/null +++ b/build/boost/index.html @@ -0,0 +1,20 @@ + + + + + +Automatic redirection failed, please go to +doc/html/index.html +
+ +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)
+
+
+ + diff --git a/build/boost/Jamfile.jam b/build/boost/test/Jamfile.jam similarity index 100% rename from build/boost/Jamfile.jam rename to build/boost/test/Jamfile.jam diff --git a/build/build.xml b/build/build.xml index f4800a8..e1457cc 100644 --- a/build/build.xml +++ b/build/build.xml @@ -125,10 +125,10 @@ - - - - + + + +