Boost logo

Boost-Commit :

From: fmhess_at_[hidden]
Date: 2007-10-15 09:06:26


Author: fmhess
Date: 2007-10-15 09:06:26 EDT (Mon, 15 Oct 2007)
New Revision: 40046
URL: http://svn.boost.org/trac/boost/changeset/40046

Log:
Fixed some invalid docbook (<para> is not allowed to be a child of
<part>). This fixes one of the failures when building pdf docs with
fop 0.94.

Text files modified:
   trunk/doc/src/boost.xml | 23 ++++++++++++-----------
   1 files changed, 12 insertions(+), 11 deletions(-)

Modified: trunk/doc/src/boost.xml
==============================================================================
--- trunk/doc/src/boost.xml (original)
+++ trunk/doc/src/boost.xml 2007-10-15 09:06:26 EDT (Mon, 15 Oct 2007)
@@ -731,17 +731,18 @@
 
   <part id="tools">
     <title>Boost Tools</title>
- <para>
- Boost developers, testers, and maintainers have developed various programs to
- help with the administration of the Boost Libraries. Like everything else about
- Boost, these tools are available in source form, and are part of the regular
- Boost distribution.
- </para>
- <para>
- Users may find these tools useful when porting Boost libraries to a new platform,
- or for use with their own applications.
- </para>
-
+ <partintro>
+ <para>
+ Boost developers, testers, and maintainers have developed various programs to
+ help with the administration of the Boost Libraries. Like everything else about
+ Boost, these tools are available in source form, and are part of the regular
+ Boost distribution.
+ </para>
+ <para>
+ Users may find these tools useful when porting Boost libraries to a new platform,
+ or for use with their own applications.
+ </para>
+ </partintro>
     <xi:include href="../../tools/boostbook/doc/boostbook.xml"/>
     <xi:include href="quickbook.xml"/>
     <xi:include href="bjam.xml"/>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk