sparc: Add header files to Doxygen group

This commit is contained in:
Sebastian Huber
2023-03-15 08:55:12 +01:00
parent 3a6efa2e7f
commit d0dd98cca0
5 changed files with 23 additions and 8 deletions

View File

@@ -1,8 +1,10 @@
/** /**
* @file * @file
* *
* @brief Address the Problems Caused by Incompatible Flavor of * @ingroup RTEMSScoreCPUSPARCASM
* Assemblers and Toolsets *
* @brief This header file provides interfaces to address problems caused by
* incompatible flavor of assemblers and toolsets.
* *
* This include file attempts to address the problems * This include file attempts to address the problems
* caused by incompatible flavors of assemblers and * caused by incompatible flavors of assemblers and

View File

@@ -3,10 +3,10 @@
/** /**
* @file * @file
* *
* @brief SPARC CPU Department Source * @ingroup RTEMSScoreCPUSPARC
* *
* This include file contains information pertaining to the port of * @brief This header file defines interfaces pertaining to the port of the
* the executive to the SPARC processor. * executive to the SPARC processor.
*/ */
/* /*

View File

@@ -3,7 +3,10 @@
/** /**
* @file * @file
* *
* @brief CPU Port Implementation API * @ingroup RTEMSScoreCPUSPARC
*
* @brief This header file defines implementation interfaces pertaining to the
* port of the executive to the SPARC processor.
*/ */
/* /*

View File

@@ -3,8 +3,10 @@
/** /**
* @file * @file
* *
* @brief Information Required to Build RTEMS for a Particular Member * @ingroup RTEMSScoreCPUSPARC
* of the SPARC Family *
* @brief This header file provides information required to build RTEMS for a
* particular member of the SPARC family.
* *
* This file contains the information required to build * This file contains the information required to build
* RTEMS for a particular member of the SPARC family. It does * RTEMS for a particular member of the SPARC family. It does

View File

@@ -1,5 +1,13 @@
/* SPDX-License-Identifier: BSD-2-Clause */ /* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup RTEMSScoreCPUSPARC
*
* @brief This header file provides interfaces used by the SPARC port of RTEMS.
*/
/* /*
* Copyright (c) 2016, 2018 embedded brains GmbH. All rights reserved. * Copyright (c) 2016, 2018 embedded brains GmbH. All rights reserved.
* *