mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
bsps/aarch64: Define Doxygen groups
Fix typos.
This commit is contained in:
@@ -46,7 +46,7 @@ extern "C" {
|
||||
/**
|
||||
* @defgroup aarch64_linker Linker Support
|
||||
*
|
||||
* @ingroup RTEMSBSPsAARCH64Shared
|
||||
* @ingroup RTEMSBSPsAArch64Shared
|
||||
*
|
||||
* @brief Linker support.
|
||||
*
|
||||
|
||||
@@ -48,7 +48,7 @@ extern "C" {
|
||||
/**
|
||||
* @defgroup aarch64_start System Start
|
||||
*
|
||||
* @ingroup RTEMSBSPsAarch64Shared
|
||||
* @ingroup RTEMSBSPsAArch64Shared
|
||||
*
|
||||
* @brief Aarch64 system low level start.
|
||||
*
|
||||
|
||||
23
bsps/aarch64/shared/doxygen.h
Normal file
23
bsps/aarch64/shared/doxygen.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSImplDoxygen
|
||||
*
|
||||
* @brief This header file defines BSP-specific groups.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSBSPsAArch64 AArch64
|
||||
*
|
||||
* @ingroup RTEMSBSPs
|
||||
*
|
||||
* @brief This group contains AArch64 Board Support Packages.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSBSPsAArch64Shared Shared
|
||||
*
|
||||
* @ingroup RTEMSBSPsAArch64
|
||||
*
|
||||
* @brief This group contains support shared by AArch64 Board Support Packages.
|
||||
*/
|
||||
Reference in New Issue
Block a user