diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-03-27 18:04:02 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-03-27 18:04:02 +0000 |
| commit | 1858c0b90eeee745b3d8f1e2c52d4614c4307ddc (patch) | |
| tree | 6c1c391304c63241a74f25cd8b7ad9b91d91faae /include/cppunit/Outputter.h | |
| parent | 8f5672c150b457d3d4709256797692bdf0c6b920 (diff) | |
| download | cppunit-1858c0b90eeee745b3d8f1e2c52d4614c4307ddc.tar.gz | |
Include/msvc/testrunner/TestRunner.
include/msvc/testrunner/TestRunner.h: updated doc. reindented.
* include/cppunit/Asserter.h:
* include/cppunit/Asserter.cpp:
* include/cppunit/TestResultCollector.h:
* include/cppunit/TestResult.h:
* include/cppunit/SynchronizedObject.h:
* include/cppunit/extensions/TestCaller.h: doc update.
Diffstat (limited to 'include/cppunit/Outputter.h')
| -rw-r--r-- | include/cppunit/Outputter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/Outputter.h b/include/cppunit/Outputter.h index 62ee1d0..1805dc9 100644 --- a/include/cppunit/Outputter.h +++ b/include/cppunit/Outputter.h @@ -7,7 +7,7 @@ namespace CppUnit { -/*! This class represents an abstract outputter. +/*! \brief Abstract outputter to print test result summary. */ class CPPUNIT_API Outputter { |
