Update of /cvsroot/mockpp/mockpp/mockpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16390/mockpp
Modified Files:
Expectation.h
Log Message:
cleanup doc
Index: Expectation.h
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/Expectation.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Expectation.h 19 Feb 2005 13:10:45 -0000 1.16
+++ Expectation.h 31 Aug 2005 15:22:03 -0000 1.17
@@ -54,7 +54,7 @@
class VerifiableList;
-/** An Expectation is an object that we set up at the beginning of a unit test to
+/** An Expectation is an object that we set up at the beginning of a unit test to
* expect certain things to happen to it. If it is possible to tell, the Expectation will
* fail as soon as an incorrect value has been set.
*
@@ -62,7 +62,6 @@
*
* If no expectations have been set on the object, then no checking will be done and
* verify() will do nothing.
- * \defgroup grp_basic_mo Basic Mock Objects
*/
class Expectation : public Verifiable
@@ -100,6 +99,10 @@
};
+/** \defgroup grp_basic_mo Basic Mock Objects
+ */
+
+
} // namespace mockpp
|