[rtems commit] rtems: Add signal header to implementation group
Sebastian Huber
sebh at rtems.org
Wed Nov 17 19:05:49 UTC 2021
Module: rtems
Branch: master
Commit: 99fdfcdd87c4ba99fd98057a3c2f02215fb665d0
Changeset: http://git.rtems.org/rtems/commit/?id=99fdfcdd87c4ba99fd98057a3c2f02215fb665d0
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed Nov 17 20:05:52 2021 +0100
rtems: Add signal header to implementation group
---
cpukit/include/rtems/rtems/asr.h | 2 ++
cpukit/include/rtems/rtems/signal.h | 2 ++
2 files changed, 4 insertions(+)
diff --git a/cpukit/include/rtems/rtems/asr.h b/cpukit/include/rtems/rtems/asr.h
index f58d607..1b0af08 100644
--- a/cpukit/include/rtems/rtems/asr.h
+++ b/cpukit/include/rtems/rtems/asr.h
@@ -3,6 +3,8 @@
/**
* @file
*
+ * @ingroup RTEMSImplClassicSignal
+ *
* @brief This header file defines the parts of the Signal Manager API.
*/
diff --git a/cpukit/include/rtems/rtems/signal.h b/cpukit/include/rtems/rtems/signal.h
index c9fbd79..9272f80 100644
--- a/cpukit/include/rtems/rtems/signal.h
+++ b/cpukit/include/rtems/rtems/signal.h
@@ -3,6 +3,8 @@
/**
* @file
*
+ * @ingroup RTEMSImplClassicSignal
+ *
* @brief This header file defines the parts of the Signal Manager API.
*/
More information about the vc
mailing list