More doxygen fixes
This commit is contained in:
parent
c90879ec4b
commit
c2bf62ff19
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Various integer sizes
|
* @name Various integer sizes
|
||||||
* @note Your platform may use slightly different definitions to these
|
* @note Your platform may use slightly different definitions to these
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Various platform (and operating system) dependent types
|
* @name Various platform (and operating system) dependent types
|
||||||
* @note Your platform may use slightly different definitions to these
|
* @note Your platform may use slightly different definitions to these
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
#define DECLARE_THREAD_STACK(name, sz) uint8_t name[sz];
|
#define DECLARE_THREAD_STACK(name, sz) uint8_t name[sz];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Various platform (and operating system) constants
|
* @name Various platform (and operating system) constants
|
||||||
* @note Your platform may use slightly different definitions to these
|
* @note Your platform may use slightly different definitions to these
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
#define _GOS_OPTIONS_H
|
#define _GOS_OPTIONS_H
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name GOS The operating system to use. One (and only one) of these must be defined.
|
* @name The operating system to use. One (and only one) of these must be defined.
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue