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

Modified Files:
        block.hpp phrase.hpp 
Removed Files:
        preprocessor.hpp 
Log Message:
Comments are passed through to XML

Index: block.hpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/block.hpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- block.hpp   16 Nov 2006 05:19:08 -0000      1.16
+++ block.hpp   16 Nov 2006 11:57:03 -0000      1.17
@@ -87,8 +87,11 @@
                     ;                                   // alpha-numeric or 
underscore
 
                 comment =
+                    (
                         "[//" >> *(anychar_p - eol_p) >> eol_p
                     |   "[/" >> *(dummy_block | (anychar_p - ']')) >> ']'
+                    )
+                                                        [actions.comment]
                     ;
                 
                 dummy_block =

Index: phrase.hpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/phrase.hpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- phrase.hpp  16 Nov 2006 05:19:08 -0000      1.19
+++ phrase.hpp  16 Nov 2006 11:57:03 -0000      1.20
@@ -88,8 +88,11 @@
                     ;                                   // alpha-numeric or 
underscore
 
                 comment =
+                    (
                         "[//" >> *(anychar_p - eol_p) >> eol_p
                     |   "[/" >> *(dummy_block | (anychar_p - ']')) >> ']'
+                    )
+                                                        [actions.comment]
                     ;
                 
                 dummy_block =
@@ -411,8 +414,11 @@
                     ;
 
                 comment =
+                    (
                         "[//" >> *(anychar_p - eol_p) >> eol_p
                     |   "[/" >> *(dummy_block | (anychar_p - ']')) >> ']'
+                    )
+                                                    [actions.comment]
                     ;
                 
                 dummy_block =

--- preprocessor.hpp DELETED ---


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to