[Mockpp-commits] mockpp/mockpp/compat Assert.h,1.23,1.24
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-10-29 21:00:39
|
Update of /cvsroot/mockpp/mockpp/mockpp/compat In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19293/mockpp/compat Modified Files: Assert.h Log Message: cleanup in docs Index: Assert.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/compat/Assert.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- Assert.h 6 Jan 2005 13:09:22 -0000 1.23 +++ Assert.h 29 Oct 2005 21:00:26 -0000 1.24 @@ -272,7 +272,7 @@ } -/** Asserts that a values lies between two boundary values.. +/** Asserts that a values lies between two boundary values. * @ingroup grp_helper * @param srcline the line in the sourcefile * @param srcfile the name of the sourcefile @@ -291,7 +291,7 @@ } -/** Asserts that a values lies between two boundary values.. +/** Asserts that a values lies between two boundary values. * @ingroup grp_helper * @param srcline the line in the sourcefile * @param srcfile the name of the sourcefile @@ -351,7 +351,7 @@ MOCKPP_PCHAR(#a) MOCKPP_PCHAR(" +- ") MOCKPP_PCHAR(#delta) \ MOCKPP_PCHAR(" == ") MOCKPP_PCHAR(#b), a, b, delta) -/** Asserts that a values lies between two boundary values.. +/** Asserts that a values lies between two boundary values. * @ingroup grp_helper * @param msg a human readable description about the cause * @param lo lower boundaray |