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
This commit is contained in:
mat007 2012-09-15 20:27:04 +00:00
parent 7792a11699
commit 269e898942
2 changed files with 14 additions and 5 deletions

View file

@ -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]