summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/semimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/rtems/semimpl.h')
-rw-r--r--cpukit/include/rtems/rtems/semimpl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/include/rtems/rtems/semimpl.h b/cpukit/include/rtems/rtems/semimpl.h
index 3cf7b9cdaf..c84c3d2a76 100644
--- a/cpukit/include/rtems/rtems/semimpl.h
+++ b/cpukit/include/rtems/rtems/semimpl.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup ClassicSemImpl
+ * @ingroup RTEMSImplClassicSemaphore
*
* @brief Classic Semaphore Manager Implementation
*/
@@ -27,10 +27,12 @@ extern "C" {
#endif
/**
- * @defgroup ClassicSemImpl Semaphore Manager Implementation
+ * @defgroup RTEMSImplClassicSemaphore Semaphore Manager
*
* @ingroup RTEMSImplClassic
*
+ * @brief This group contains the Semaphore Manager implementation.
+ *
* @{
*/