Documentation-related fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14907 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-10-13 12:47:39 +00:00
parent 529ed73085
commit d0cc26c4ed
10 changed files with 15 additions and 15 deletions

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _HAL_LLD_H_ #ifndef HAL_LLD_H
#define _HAL_LLD_H_ #define HAL_LLD_H
/*===========================================================================*/ /*===========================================================================*/
/* Driver constants. */ /* Driver constants. */
@ -110,6 +110,6 @@ extern "C" {
} }
#endif #endif
#endif /* _HAL_LLD_H_ */ #endif /* HAL_LLD_H */
/** @} */ /** @} */

View File

@ -19,7 +19,7 @@
/** /**
* @file sb/host/sb.h * @file sb/host/sb.h
* @brief ARM sandbox macros and structures. * @brief ARM SandBox macros and structures.
* *
* @addtogroup ARM_SANDBOX * @addtogroup ARM_SANDBOX
* @{ * @{

View File

@ -19,7 +19,7 @@
/** /**
* @file sb/host/sbhost.c * @file sb/host/sbhost.c
* @brief ARM sandbox host API code. * @brief ARM SandBox host API code.
* *
* @addtogroup ARM_SANDBOX_HOSTAPI * @addtogroup ARM_SANDBOX_HOSTAPI
* @{ * @{

View File

@ -19,7 +19,7 @@
/** /**
* @file sb/host/sbapi.h * @file sb/host/sbapi.h
* @brief ARM sandbox host API macros and structures. * @brief ARM SandBox host API macros and structures.
* *
* @addtogroup ARM_SANDBOX_HOSTAPI * @addtogroup ARM_SANDBOX_HOSTAPI
* @{ * @{

View File

@ -19,7 +19,7 @@
/** /**
* @file sb/host/sbhost.c * @file sb/host/sbhost.c
* @brief ARM sandbox host code. * @brief ARM SandBox host code.
* *
* @addtogroup ARM_SANDBOX * @addtogroup ARM_SANDBOX
* @{ * @{

View File

@ -19,7 +19,7 @@
/** /**
* @file sb/host/sbhost.h * @file sb/host/sbhost.h
* @brief ARM sandbox host macros and structures. * @brief ARM SandBox host macros and structures.
* *
* @addtogroup ARM_SANDBOX * @addtogroup ARM_SANDBOX
* @{ * @{

View File

@ -19,7 +19,7 @@
/** /**
* @file sb/host/sbposix.c * @file sb/host/sbposix.c
* @brief ARM sandbox host Posix API code. * @brief ARM SandBox host Posix API code.
* *
* @addtogroup ARM_SANDBOX_HOSTAPI * @addtogroup ARM_SANDBOX_HOSTAPI
* @{ * @{

View File

@ -19,9 +19,9 @@
/** /**
* @file sb/host/sbposix.h * @file sb/host/sbposix.h
* @brief ARM sandbox host Posix API macros and structures. * @brief ARM SandBox host Posix API macros and structures.
* *
* @addtogroup ARM_SANDBOX_POSIX * @addtogroup ARM_SANDBOX_HOSTAPI
* @{ * @{
*/ */

View File

@ -19,9 +19,9 @@
/** /**
* @file sb/user/sbuser.c * @file sb/user/sbuser.c
* @brief ARMv7-M sandbox user API code. * @brief ARM SandBox user API code.
* *
* @addtogroup ARMV7M_SANDBOX_API * @addtogroup ARM_SANDBOX_USER_API
* @{ * @{
*/ */

View File

@ -19,9 +19,9 @@
/** /**
* @file sb/user/sbapi.h * @file sb/user/sbapi.h
* @brief ARMv7-M sandbox user API macros and structures. * @brief ARM SandBox user API macros and structures.
* *
* @addtogroup ARMV7M_SANDBOX_USERAPI * @addtogroup ARM_SANDBOX_USER_API
* @{ * @{
*/ */