From 40d15f5f2ab6a55b6c9950aa5feda21a3a65e390 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 25 Mar 2019 10:31:51 +0100 Subject: score: Add implementation top-level group Update #3706. --- cpukit/doxygen.h | 5 +++++ cpukit/include/rtems/score/object.h | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 cpukit/doxygen.h (limited to 'cpukit') 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. */ /**@{*/ -- cgit v1.2.3