summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/system.h')
-rw-r--r--cpukit/score/include/rtems/system.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index 96318f7c3b..0d719dba3d 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -1,6 +1,6 @@
/**
* @file
- *
+ *
* @brief Information Included in Every Function in the Executive
*
* This include file contains information that is included in every
@@ -22,6 +22,13 @@
#include <rtems/score/percpu.h>
+/**
+ * @defgroup ScoreSystem System Information
+ *
+ * @ingroup Score
+ */
+/**@{*/
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -54,5 +61,6 @@ extern const char _Copyright_Notice[];
}
#endif
+/**@}*/
#endif
-/* end of include file */
+/* end of include file */ \ No newline at end of file