summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-03-27 18:07:24 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-03-27 18:07:24 +0000
commit686e4865001cb14c36e8e3e81fc7c57786ff0542 (patch)
treeab5132380a2bb467f4fa2b73a70c8624155f969d
parent1858c0b90eeee745b3d8f1e2c52d4614c4307ddc (diff)
downloadcppunit-686e4865001cb14c36e8e3e81fc7c57786ff0542.tar.gz
include/cppunitui/qt/TestRunner.h: doc update.
-rw-r--r--ChangeLog2
-rw-r--r--include/cppunitui/qt/TestRunner.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a42022b..8926ad8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@
* include/cppunit/SynchronizedObject.h:
* include/cppunit/extensions/TestCaller.h: doc update.
+ * include/cppunitui/qt/TestRunner.h: doc update.
+
2002-03-27 Baptiste Lepilleur <gaiacrtn@free.fr>
* makefile.am: added src/CppUnitLibraries.dsw, new contribution, and
diff --git a/include/cppunitui/qt/TestRunner.h b/include/cppunitui/qt/TestRunner.h
index 4051339..a2d202f 100644
--- a/include/cppunitui/qt/TestRunner.h
+++ b/include/cppunitui/qt/TestRunner.h
@@ -17,8 +17,8 @@ namespace CppUnit
namespace QtUi
{
-/*! \class TestRunner
- * \brief This class represents a test runner.
+/*!
+ * \brief Qt Test Runner.
*/
class QTTESTRUNNER_API TestRunner
{