$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r75745 - trunk/tools/quickbook/doc
From: dnljms_at_[hidden]
Date: 2011-11-30 03:22:19
Author: danieljames
Date: 2011-11-30 03:22:19 EST (Wed, 30 Nov 2011)
New Revision: 75745
URL: http://svn.boost.org/trac/boost/changeset/75745
Log:
Quickbook: Small edits to 1.6 docs.
Text files modified: 
   trunk/tools/quickbook/doc/1_6.qbk |     7 ++++---                                 
   1 files changed, 4 insertions(+), 3 deletions(-)
Modified: trunk/tools/quickbook/doc/1_6.qbk
==============================================================================
--- trunk/tools/quickbook/doc/1_6.qbk	(original)
+++ trunk/tools/quickbook/doc/1_6.qbk	2011-11-30 03:22:19 EST (Wed, 30 Nov 2011)
@@ -163,9 +163,9 @@
 
 [section:table Table Titles]
 
-Table titles are not parsed as phrases, so some markup is allowd:
+Table titles are now parsed as phrases, so some markup is allowd:
 
-[table [*bold title]]
+    [table [*bold title]]
 
 Which is an empty table with a bold title. The title is no longer ended
 by a newline, but by either a closing square bracket, or two opening
@@ -236,7 +236,8 @@
         Code block
   Para 3
 
-/TODO/: Improve code generation.
+The docbook markup that this generates is pretty bad, but seems to create okay
+html.
 
 [endsect]