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

Modified Files:
        block.hpp 
Log Message:
fix variablelist bug not accepting paragraphs

Index: block.hpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/block.hpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- block.hpp   29 Jul 2007 23:48:08 -0000      1.23
+++ block.hpp   31 Jul 2007 01:46:08 -0000      1.24
@@ -272,8 +272,8 @@
                     >>
                     (
                         (
-                            phrase                      
[actions.end_varlistitem]
-                            >>  ch_p(']')
+                            inside_paragraph
+                            >>  ch_p(']')               
[actions.end_varlistitem]
                             >>  space
                         )
                         | eps_p                         [actions.error]


-------------------------------------------------------------------------
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