summaryrefslogtreecommitdiff
path: root/include/cppunit/SynchronizedObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppunit/SynchronizedObject.h')
-rw-r--r--include/cppunit/SynchronizedObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/SynchronizedObject.h b/include/cppunit/SynchronizedObject.h
index f9e498c..dac5792 100644
--- a/include/cppunit/SynchronizedObject.h
+++ b/include/cppunit/SynchronizedObject.h
@@ -7,7 +7,7 @@
namespace CppUnit
{
-/*! Base class for synchronized object.
+/*! \brief Base class for synchronized object.
*
* Synchronized object are object which members are used concurrently by mutiple
* threads.*