Update of /cvsroot/mockpp/mockpp/mockpp/examples/tutorial
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12459/mockpp/examples/tutorial
Modified Files:
tut-chain.dox
Log Message:
bogus link
Index: tut-chain.dox
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/examples/tutorial/tut-chain.dox,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- tut-chain.dox 4 Mar 2005 23:37:00 -0000 1.7
+++ tut-chain.dox 30 Oct 2005 20:22:10 -0000 1.8
@@ -27,12 +27,12 @@
using mockpp::throwException;
\endcode
-A more convenient way is to place a \c #define before including the mockpp headers
+A more convenient way is to place a \c \#define before including the mockpp headers
which imports all these shortcut functions into the global namespace:
\code
-#define MOCKPP_IMPORT_ABBREVIATED
-#include <mockpp/chaining/ChainingMockObjectSupport.h>
+\#define MOCKPP_IMPORT_ABBREVIATED
+\#include <mockpp/chaining/ChainingMockObjectSupport.h>
\endcode
The next solution of the know testing problem
|