Update of /cvsroot/boost/boost/tools/quickbook/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10876/test
Modified Files:
stub.cpp
Log Message:
callouts refinement
Index: stub.cpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/test/stub.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- stub.cpp 21 Feb 2007 00:48:29 -0000 1.3
+++ stub.cpp 28 Feb 2007 10:20:50 -0000 1.4
@@ -27,10 +27,30 @@
//]
//[ foo_bar
-std::string foo_bar() /*< The *Mythical* FooBar.
+std::string foo_bar() /*< The /Mythical/ FooBar.
See [EMAIL PROTECTED]://en.wikipedia.org/wiki/Foobar
Foobar for details] >*/
{
return "foo-bar"; /*< return 'em, foo-bar man! >*/
}
//]
+//[ class_
+class x
+{
+public:
+
+ /*<< Constructor >>*/
+ x() : n(0)
+ {
+ }
+ /*<< Destructor >>*/
+ ~x()
+ {
+ }
+
+private:
+
+ /*<< `n` member variable >>*/
+ int n;
+};
+//]
-------------------------------------------------------------------------
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