[PATCH 1/4] score: Add implementation top-level group
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Mar 25 11:45:04 UTC 2019
Update #3706.
---
cpukit/doxygen.h | 5 +++++
cpukit/include/rtems/score/object.h | 2 ++
2 files changed, 7 insertions(+)
create mode 100644 cpukit/doxygen.h
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.
*/
/**@{*/
--
2.16.4
More information about the devel
mailing list