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

Modified Files:
        quickbook.qbk 
Log Message:
Better comments

Index: quickbook.qbk
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/doc/quickbook.qbk,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- quickbook.qbk       16 Nov 2006 04:14:11 -0000      1.53
+++ quickbook.qbk       16 Nov 2006 05:19:51 -0000      1.54
@@ -145,6 +145,8 @@
 * \[conceptref\] for referencing BoostBook <concept> entities.
 * Allow escape of spaces. The escaped space is removed from the output. 
Syntax: 
   `\ `.
+* Nested comments are now allowed.
+* Line-end terminated comments are now allowed. Example: `[// some comment`
 
 [endsect]
 
@@ -172,6 +174,28 @@
 '''[/ comment (no output generated) ]'''
 ]
 
+[/ for testing only... ]
+
+[pre
+'''[// Line-end terminates this type of comment'''
+]
+
+[// for testing only
+[// for testing only
+[// for testing only
+
+[pre
+'''[/ comments can be nested [/ some more here] ]'''
+]
+
+[/ for testing [/ only ] ]
+
+[pre
+'''[/ Quickbook blocks can nest inside comments. [*Comment this out too!] ]'''
+]
+
+[/ for testing [*only ] ]
+
 [endsect]
 
 [section:phrase Phrase Level Elements]


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