score: Add files to Doxygen groups

Update #3707.
This commit is contained in:
Sebastian Huber
2023-07-25 10:23:27 +02:00
parent 3e1521eea1
commit 233c21a232
3 changed files with 26 additions and 0 deletions

View File

@@ -1,5 +1,14 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup RTEMSScoreCPU
*
* @brief This source file contains the implementation of the
* _CPU_Thread_Idle_body().
*/
/*
* Copyright (C) 2013, 2014 embedded brains GmbH & Co. KG
*

View File

@@ -1,5 +1,14 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup RTEMSScoreCPUSPARC
*
* @brief This header file provides interfaces of the GRLIB-TN-0018 LEON3FT
* RETT Restart Errata fixes.
*/
/*
* Copyright (C) 2020 Cobham Gaisler AB
*

View File

@@ -1 +1,9 @@
/**
* @file
*
* @ingroup RTEMSScoreCPUSPARC
*
* @brief This header file provides system call interfaces.
*/
#define SYS_exit 1