|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r67323 - trunk/tools/quickbook/src
From: dnljms_at_[hidden]
Date: 2010-12-19 08:25:37
Author: danieljames
Date: 2010-12-19 08:25:36 EST (Sun, 19 Dec 2010)
New Revision: 67323
URL: http://svn.boost.org/trac/boost/changeset/67323
Log:
Missing paragraph end markup for heading.
Text files modified:
trunk/tools/quickbook/src/block_grammar.cpp | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Modified: trunk/tools/quickbook/src/block_grammar.cpp
==============================================================================
--- trunk/tools/quickbook/src/block_grammar.cpp (original)
+++ trunk/tools/quickbook/src/block_grammar.cpp 2010-12-19 08:25:36 EST (Sun, 19 Dec 2010)
@@ -451,8 +451,9 @@
;
paragraph_end_markups =
- "section", "endsect", "h1", "h2", "h3", "h4", "h5", "h6",
- "blurb", ":", "pre", "def", "table", "include", "xinclude",
+ "section", "endsect", "heading",
+ "h1", "h2", "h3", "h4", "h5", "h6",
+ "blurb", "pre", "def", "table", "include", "xinclude",
"variablelist", "import", "template", "warning", "caution",
"important", "note", "tip", ":"
;
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