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

Modified Files:
        stub.cpp 
Log Message:
make all characters significant in marked-up comments in imported code 
(previously, initial white spaces are ignored).

Index: stub.cpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/test/stub.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- stub.cpp    7 Mar 2007 01:29:25 -0000       1.5
+++ stub.cpp    3 Jul 2007 14:05:00 -0000       1.6
@@ -18,7 +18,16 @@
 //]
 
 //[ foo
-/*` This is the [*['foo]] function. */
+    /*`
+    This is the [*['foo]] function.
+
+    This description can have paragraphs...
+
+    * lists
+    * etc.
+
+    And any quickbook block markup.
+    */
 std::string foo()
 {
     // return 'em, foo man!


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

Reply via email to