aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/sys_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/sys_defs.h')
-rw-r--r--src/gos/sys_defs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gos/sys_defs.h b/src/gos/sys_defs.h
index 2eb899bf..7e1348bb 100644
--- a/src/gos/sys_defs.h
+++ b/src/gos/sys_defs.h
@@ -27,7 +27,7 @@
/*===========================================================================*/
/**
- * @brief Various integer sizes
+ * @name Various integer sizes
* @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
* @{
*/
@@ -70,7 +70,7 @@
#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
* @{
*/