[rtems commit] score: Add implementation top-level group

Sebastian Huber sebh at rtems.org
Tue Mar 26 10:28:37 UTC 2019


Module:    rtems
Branch:    master
Commit:    40d15f5f2ab6a55b6c9950aa5feda21a3a65e390
Changeset: http://git.rtems.org/rtems/commit/?id=40d15f5f2ab6a55b6c9950aa5feda21a3a65e390

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Mar 25 10:31:51 2019 +0100

score: Add implementation top-level group

Update #3706.

---

 cpukit/doxygen.h                    | 5 +++++
 cpukit/include/rtems/score/object.h | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/cpukit/doxygen.h b/cpukit/doxygen.h
new file mode 100644
index 0000000..449026b
--- /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 a9b5ab1..92cfed8 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.
  */
 /**@{*/




More information about the vc mailing list