Update of /cvsroot/boost/boost/tools/quickbook
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6905

Modified Files:
        block.hpp 
Log Message:
comment bug fix. added all possible block markups that can termminate a 
paragraph.

Index: block.hpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/block.hpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- block.hpp   21 Jul 2007 04:56:36 -0000      1.21
+++ block.hpp   29 Jul 2007 23:44:04 -0000      1.22
@@ -380,7 +380,9 @@
 
                 paragraph_end_markups =
                     "section", "endsect", "h1", "h2", "h3", "h4", "h5", "h6",
-                    "blurb", ":", "pre", "def", "table", "include"
+                    "blurb", ":", "pre", "def", "table", "include", "xinclude",
+                    "variablelist", "import", "template", "warning", "caution",
+                    "important", "note", "tip"
                     ;
 
                 paragraph_end =


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to