Update of /cvsroot/boost/boost/tools/quickbook/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7504
Modified Files:
actions.cpp
Log Message:
bugfix tweak to allow block markups in imports
Index: actions.cpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/detail/actions.cpp,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- actions.cpp 9 May 2007 12:56:07 -0000 1.51
+++ actions.cpp 3 Jul 2007 09:19:08 -0000 1.52
@@ -867,7 +867,7 @@
}
std::string temp(first, last);
detail::unindent(temp); // remove all indents
- snippet += temp;
+ snippet += "\n" + temp; // add a linebreak to allow block marskups
}
void cpp_code_snippet_grammar::compile(iterator first, iterator last) const
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs