score: Add implementation top-level group

Update #3706.
This commit is contained in:
Sebastian Huber
2019-03-25 10:31:51 +01:00
parent 127ee3a552
commit 40d15f5f2a
2 changed files with 7 additions and 0 deletions

5
cpukit/doxygen.h Normal file
View File

@@ -0,0 +1,5 @@
/**
* @defgroup RTEMSInternal Internal
*
* @brief RTEMS Implementation.
*/

View File

@@ -30,6 +30,8 @@ extern "C" {
/** /**
* @defgroup Score SuperCore * @defgroup Score SuperCore
* *
* @ingroup RTEMSInternal
*
* @brief Provides services for all APIs. * @brief Provides services for all APIs.
*/ */
/**@{*/ /**@{*/