[Mockpp-commits] mockpp/mockpp/production TimeServer.h,1.1,1.2 mockpp_production.h,1.1,1.2
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-04-30 21:15:53
|
Update of /cvsroot/mockpp/mockpp/mockpp/production In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv350/mockpp/production Modified Files: TimeServer.h mockpp_production.h Log Message: docs Index: TimeServer.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/production/TimeServer.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- TimeServer.h 30 Apr 2005 15:06:05 -0000 1.1 +++ TimeServer.h 30 Apr 2005 21:15:45 -0000 1.2 @@ -40,6 +40,7 @@ /** Base class for time serving purposes * \ingroup grp_production + * @see MockTimeServer */ class TimeServer { @@ -57,6 +58,7 @@ /** Real time serving. + * \ingroup grp_production */ class RealTimeServer : public TimeServer { Index: mockpp_production.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/production/mockpp_production.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mockpp_production.h 30 Apr 2005 15:06:05 -0000 1.1 +++ mockpp_production.h 30 Apr 2005 21:15:45 -0000 1.2 @@ -32,10 +32,10 @@ #include <mockpp/mockpp.h> // always first -/** @defgroup grp_production Support in Production Code - * This module contains classes that helps to prepare production code +/** @defgroup grp_production Support in production code + * This module contains classes that help to prepare production code * for testing with mock objects. This code is placed in a library - * of it's own. So it is still possible to run production code + * of its own. So it is still possible to run production code * without the bloat of the testing environment. */ |