summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/eventimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/rtems/eventimpl.h')
-rw-r--r--cpukit/include/rtems/rtems/eventimpl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/include/rtems/rtems/eventimpl.h b/cpukit/include/rtems/rtems/eventimpl.h
index 4635d76437..9e4f5cfa74 100644
--- a/cpukit/include/rtems/rtems/eventimpl.h
+++ b/cpukit/include/rtems/rtems/eventimpl.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup ClassicEventImpl
+ * @ingroup RTEMSImplClassicEvent
*
* @brief This header file provides interfaces used by the event implementation.
*/
@@ -25,10 +25,12 @@ extern "C" {
#endif
/**
- * @defgroup ClassicEventImpl Event Implementation
+ * @defgroup RTEMSImplClassicEvent Event Manager
*
* @ingroup RTEMSImplClassic
*
+ * @brief This group contains the Event Manager implementation.
+ *
* @{
*/