summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-25 10:31:51 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-26 11:27:53 +0100
commit40d15f5f2ab6a55b6c9950aa5feda21a3a65e390 (patch)
tree2e9fbf9d8e540295d6de3feb9c55e9477f9e1b7d /cpukit
parentpsxhdrs/stdio/v*.c: Fix warnings in varargs tests (diff)
downloadrtems-40d15f5f2ab6a55b6c9950aa5feda21a3a65e390.tar.bz2
score: Add implementation top-level group
Update #3706.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/doxygen.h5
-rw-r--r--cpukit/include/rtems/score/object.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/doxygen.h b/cpukit/doxygen.h
new file mode 100644
index 0000000000..449026b707
--- /dev/null
+++ b/cpukit/doxygen.h
@@ -0,0 +1,5 @@
+/**
+ * @defgroup RTEMSInternal Internal
+ *
+ * @brief RTEMS Implementation.
+ */
diff --git a/cpukit/include/rtems/score/object.h b/cpukit/include/rtems/score/object.h
index a9b5ab1d1d..92cfed83f9 100644
--- a/cpukit/include/rtems/score/object.h
+++ b/cpukit/include/rtems/score/object.h
@@ -30,6 +30,8 @@ extern "C" {
/**
* @defgroup Score SuperCore
*
+ * @ingroup RTEMSInternal
+ *
* @brief Provides services for all APIs.
*/
/**@{*/