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:
parent
529ed73085
commit
d0cc26c4ed
|
@ -22,8 +22,8 @@
|
|||
* @{
|
||||
*/
|
||||
|
||||
#ifndef _HAL_LLD_H_
|
||||
#define _HAL_LLD_H_
|
||||
#ifndef HAL_LLD_H
|
||||
#define HAL_LLD_H
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Driver constants. */
|
||||
|
@ -110,6 +110,6 @@ extern "C" {
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* _HAL_LLD_H_ */
|
||||
#endif /* HAL_LLD_H */
|
||||
|
||||
/** @} */
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
/**
|
||||
* @file sb/host/sb.h
|
||||
* @brief ARM sandbox macros and structures.
|
||||
* @brief ARM SandBox macros and structures.
|
||||
*
|
||||
* @addtogroup ARM_SANDBOX
|
||||
* @{
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
/**
|
||||
* @file sb/host/sbhost.c
|
||||
* @brief ARM sandbox host API code.
|
||||
* @brief ARM SandBox host API code.
|
||||
*
|
||||
* @addtogroup ARM_SANDBOX_HOSTAPI
|
||||
* @{
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
/**
|
||||
* @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
|
||||
* @{
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
/**
|
||||
* @file sb/host/sbhost.c
|
||||
* @brief ARM sandbox host code.
|
||||
* @brief ARM SandBox host code.
|
||||
*
|
||||
* @addtogroup ARM_SANDBOX
|
||||
* @{
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
/**
|
||||
* @file sb/host/sbhost.h
|
||||
* @brief ARM sandbox host macros and structures.
|
||||
* @brief ARM SandBox host macros and structures.
|
||||
*
|
||||
* @addtogroup ARM_SANDBOX
|
||||
* @{
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
/**
|
||||
* @file sb/host/sbposix.c
|
||||
* @brief ARM sandbox host Posix API code.
|
||||
* @brief ARM SandBox host Posix API code.
|
||||
*
|
||||
* @addtogroup ARM_SANDBOX_HOSTAPI
|
||||
* @{
|
||||
|
|
|
@ -19,9 +19,9 @@
|
|||
|
||||
/**
|
||||
* @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
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -19,9 +19,9 @@
|
|||
|
||||
/**
|
||||
* @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
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -19,9 +19,9 @@
|
|||
|
||||
/**
|
||||
* @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
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue