Update of /cvsroot/mockpp/mockpp/mockpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22489/mockpp
Modified Files:
mockpp.h
Log Message:
update docs
Index: mockpp.h
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/mockpp.h,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- mockpp.h 3 Jan 2006 15:12:34 -0000 1.72
+++ mockpp.h 5 Jan 2006 20:17:10 -0000 1.73
@@ -298,9 +298,9 @@
#undef HAVE_MULTITHREAD // obsolete and error prone
-//! ExpectationBoundary.setExpectedDelta() is activated.
- //! This method is only ativated upon reqest as it might cause problems
- //! with user's data type if there are no operator+() and operator-().
+//! ExpectationBoundary::setExpectedDelta() is activated.
+//! This method is only ativated upon reqest as it might cause problems
+//! with user's data type if there are no operator+() and operator-().
#define MOCKPP_BOUNDARY_DELTA 0
//////////////////////////////////////////////////
@@ -514,7 +514,7 @@
# define MOCKPP_MEMBER_RESTRICTOR_PROTECTED protected
#endif
-#ifdef DOXYGEN
+#ifdef DOXYGEN // make doxygen include comments
#define MOCKPP_UNICODE
#define CXXTEST_USE_MINI_STL
#define MOCKPP_USE_MINI_STL
|