summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/signalimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/rtems/signalimpl.h')
-rw-r--r--cpukit/include/rtems/rtems/signalimpl.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/cpukit/include/rtems/rtems/signalimpl.h b/cpukit/include/rtems/rtems/signalimpl.h
index 5945398c54..282b29fb48 100644
--- a/cpukit/include/rtems/rtems/signalimpl.h
+++ b/cpukit/include/rtems/rtems/signalimpl.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup ClassicSignalImpl
+ * @ingroup RTEMSImplClassicSignal
*
* @brief Signals Implementation
*/
@@ -25,11 +25,14 @@ extern "C" {
#endif
/**
- * @defgroup ClassicSignalImpl Signals Implementation
+ * @defgroup RTEMSImplClassicSignal Signal Manager
*
* @ingroup RTEMSImplClassic
+ *
+ * @brief This group contains the Signal Manager implementation.
+ *
+ * @{
*/
-/**@{*/
void _Signal_Action_handler(
Thread_Control *executing,