aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-11-28 20:01:34 +0100
committerJoel Bodenmann <joel@unormal.org>2014-11-28 20:01:34 +0100
commitc2bf62ff191500bf250b85c55ad882a3b54bc032 (patch)
treeeeaa3063c6197caefcd016fd29bb559c36cdb571 /src
parentc90879ec4b02af6b2afd4f60b352843e7ab6235b (diff)
downloaduGFX-c2bf62ff191500bf250b85c55ad882a3b54bc032.tar.gz
uGFX-c2bf62ff191500bf250b85c55ad882a3b54bc032.tar.bz2
uGFX-c2bf62ff191500bf250b85c55ad882a3b54bc032.zip
More doxygen fixes
Diffstat (limited to 'src')
-rw-r--r--src/gos/sys_defs.h6
-rw-r--r--src/gos/sys_options.h2
2 files changed, 4 insertions, 4 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
* @{
*/
diff --git a/src/gos/sys_options.h b/src/gos/sys_options.h
index ead1f3f7..45e398dd 100644
--- a/src/gos/sys_options.h
+++ b/src/gos/sys_options.h
@@ -17,7 +17,7 @@
#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.
* @{
*/
/**