Update of /cvsroot/boost/boost/libs/thread/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27258/libs/thread/doc

Modified Files:
        faq.xml 
Log Message:
Put in the build support for using the doxproc, Python based, Doxygen to 
BoostBook translator.

Index: faq.xml
===================================================================
RCS file: /cvsroot/boost/boost/libs/thread/doc/faq.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- faq.xml     11 Feb 2007 13:52:28 -0000      1.6
+++ faq.xml     17 Apr 2007 04:44:59 -0000      1.7
@@ -222,7 +222,7 @@
            means that you can pass an object with an overloaded operator() and
            include additional data as members in that object. Beware though 
that
            this object is copied, use boost::ref to prevent that. Secondly, 
even
-           a boost::function<void (void)> can carry parameters, you only have 
to
+           a boost::function&lt;void (void)&gt; can carry parameters, you only 
have to
            use boost::bind() to create it from any function and bind its 
            parameters.</para>
            <para>That is also why Boost.Threads are superiour, because they


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