|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r75703 - trunk/tools/quickbook/doc
From: dnljms_at_[hidden]
Date: 2011-11-28 03:47:12
Author: danieljames
Date: 2011-11-28 03:47:11 EST (Mon, 28 Nov 2011)
New Revision: 75703
URL: http://svn.boost.org/trac/boost/changeset/75703
Log:
Quickbook: Fix code blocks in quickbook docs.
Under 1.6 indentation rules they were interpreted as paragraphs inside a list
item. An alternative fix would have been to increase the indentation so that it
was more than the previous list item's.
Text files modified:
trunk/tools/quickbook/doc/quickbook.qbk | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Modified: trunk/tools/quickbook/doc/quickbook.qbk
==============================================================================
--- trunk/tools/quickbook/doc/quickbook.qbk (original)
+++ trunk/tools/quickbook/doc/quickbook.qbk 2011-11-28 03:47:11 EST (Mon, 28 Nov 2011)
@@ -2241,7 +2241,7 @@
your home directory (`%HOMEDRIVE%%HOMEPATH%`). You must already have it
somewhere or otherwise you could not be building Boost (i.e. missing
tools configuration).
-
+ ```
using xsltproc
: "C:/Users/example/Documents/boost/xml/bin/xsltproc.exe"
;
@@ -2250,6 +2250,7 @@
: "C:/Users/example/Documents/boost/xml/docbook-xsl"
: "C:/Users/example/Documents/boost/xml/docbook-xml"
;
+ ```
The above steps are enough to get a functional BoostBook setup. Quickbook
will be automatically built when needed. If you want to avoid these
@@ -2319,10 +2320,11 @@
# Add the following to your `user-config.jam` file, using the full path of the
quickbook executable:
-
+ ```
using quickbook
: /usr/local/bin/quickbook
;
+ ```
[endsect] [/Linux]
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