|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59529 - branches/quickbook-1.5-spirit2
From: daniel_james_at_[hidden]
Date: 2010-02-06 13:44:50
Author: danieljames
Date: 2010-02-06 13:44:49 EST (Sat, 06 Feb 2010)
New Revision: 59529
URL: http://svn.boost.org/trac/boost/changeset/59529
Log:
Include replaceable change from merge.
Text files modified:
branches/quickbook-1.5-spirit2/post_process.cpp | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
Modified: branches/quickbook-1.5-spirit2/post_process.cpp
==============================================================================
--- branches/quickbook-1.5-spirit2/post_process.cpp (original)
+++ branches/quickbook-1.5-spirit2/post_process.cpp 2010-02-06 13:44:49 EST (Sat, 06 Feb 2010)
@@ -188,8 +188,11 @@
"author"
, "blockquote"
, "bridgehead"
+ , "callout"
+ , "calloutlist"
, "caution"
, "copyright"
+ , "entry"
, "footnote"
, "important"
, "informaltable"
@@ -199,20 +202,19 @@
, "note"
, "orderedlist"
, "para"
- , "replaceable"
, "row"
, "section"
+ , "table"
, "tbody"
, "textobject"
, "tgroup"
, "thead"
, "tip"
, "variablelist"
+ , "varlistentry"
, "warning"
, "xml"
, "xi:include"
- , "calloutlist"
- , "callout"
};
char const* doc_types_[] =
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