From 269e89894231caab2dde0440d015189585df55eb Mon Sep 17 00:00:00 2001 From: mat007 Date: Sat, 15 Sep 2012 20:27:04 +0000 Subject: [PATCH] Re-worked index page to be closer to the one of a library outside boost git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@561 860be788-9bd5-4423-9f1e-828f051e677b --- build/boost/doc/Jamfile.jam | 9 ++++++++- build/boost/doc/mock.qbk | 10 ++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) 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]