summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/corerwlockimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/corerwlockimpl.h')
-rw-r--r--cpukit/include/rtems/score/corerwlockimpl.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/cpukit/include/rtems/score/corerwlockimpl.h b/cpukit/include/rtems/score/corerwlockimpl.h
index c06427a37e..37c0c425b7 100644
--- a/cpukit/include/rtems/score/corerwlockimpl.h
+++ b/cpukit/include/rtems/score/corerwlockimpl.h
@@ -28,13 +28,14 @@
#include <rtems/score/watchdog.h>
/**
- * @defgroup RTEMSScoreRWLock ScoreRWLock
- *
+ * @defgroup RTEMSScoreRWLock Read-Write Lock
+ *
* @ingroup RTEMSScore
- *
- * @brief ScoreRWLock
+ *
+ * @brief This group contains the Read-Write Lock implementation.
+ *
+ * @{
*/
-/** @{ */
#ifdef __cplusplus
extern "C" {