Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58523 - trunk/tools/quickbook/doc
From: daniel_james_at_[hidden]
Date: 2009-12-23 20:48:09


Author: danieljames
Date: 2009-12-23 20:48:08 EST (Wed, 23 Dec 2009)
New Revision: 58523
URL: http://svn.boost.org/trac/boost/changeset/58523

Log:
Make table example output match code. Refs #3794.
Text files modified:
   trunk/tools/quickbook/doc/quickbook.qbk | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/quickbook/doc/quickbook.qbk
==============================================================================
--- trunk/tools/quickbook/doc/quickbook.qbk (original)
+++ trunk/tools/quickbook/doc/quickbook.qbk 2009-12-23 20:48:08 EST (Wed, 23 Dec 2009)
@@ -1513,8 +1513,8 @@
 [table:id A Simple Table
     [[Heading 1] [Heading 2] [Heading 3]]
     [[R0-C0] [R0-C1] [R0-C2]]
+ [[R1-C0] [R1-C1] [R1-C2]]
     [[R2-C0] [R2-C1] [R2-C2]]
- [[R3-C0] [R3-C1] [R3-C2]]
 ]
 
 The table title is optional. The first row of the table is automatically


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