diff --git a/build/boost/doc/Jamfile.jam b/build/boost/doc/Jamfile.jam index c58e7bf..d306b6e 100644 --- a/build/boost/doc/Jamfile.jam +++ b/build/boost/doc/Jamfile.jam @@ -32,5 +32,12 @@ boostbook standalone mock : reference - boost.root=../../../.. +# boost.root=../../../.. +# img.src.path=../images + boost.image.src=../images/boost.png +# boost.image.alt="\"My Project\"" +# boost.image.w=100 +# boost.image.h=50 + chunk.first.sections=1 + nav.layout=horizontal ; diff --git a/build/boost/doc/mock.qbk b/build/boost/doc/mock.qbk index 0784deb..cae36d6 100644 --- a/build/boost/doc/mock.qbk +++ b/build/boost/doc/mock.qbk @@ -1,22 +1,24 @@ -[library Turtle +[article Turtle [quickbook 1.5] - [authors [Champlon, Mathieu]] +[/ [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] + [purpose A C++ Mock object library written for Boost with a focus on usability, simplicity and flexibility] ] +[/ [section:introduction Introduction] Turtle is a C++ [@http://en.wikipedia.org/wiki/Mock_object Mock object] library written for [@http://www.boost.org Boost] with a focus on usability, simplicity and flexibility. -[/ [note Boost.Mock is not an official Boost library.] ] +[note Boost.Mock is not an official Boost library.] [endsect] +] [section Motivation]