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

Modified Files:
        quickbook.qbk 
Log Message:
Added ignored import code feature

Index: quickbook.qbk
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/doc/quickbook.qbk,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- quickbook.qbk       28 Feb 2007 10:20:50 -0000      1.66
+++ quickbook.qbk       7 Mar 2007 01:29:25 -0000       1.67
@@ -1657,6 +1657,20 @@
 white-space shall be ignored. In the second, the initial slash-star-tick and 
the
 final star-slash shall be ignored.
 
+Special comments of the form:
+
+    /*<-- this will be ignored -->*/
+
+or
+
+    //<--
+    private:
+        int some_member;
+    //-->
+
+can be used to inhibit code from passing through to quickbook. All text between
+the delimeters will simply be ignored.
+
 [heading Callouts]
 
 Special comments of the form:
@@ -1695,28 +1709,7 @@
 
 [class_]
 
-Here's the code for that:
-
-    //[ class_
-    class x
-    {
-    public:
-
-        /*<< Constructor >>*/
-        x() : n(0)
-        {
-        }
-        /*<< Destructor >>*/
-        ~x()
-        {
-        }
-
-    private:
-
-        /*<< `n` member variable >>*/
-        int n;
-    };
-    //]
+See the actual code here: [EMAIL PROTECTED]/../test/stub.cpp]
 
 [endsect]
 


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