aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-20 18:05:38 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-20 18:05:38 +0200
commit0b204ed8e39d900c22f11e02c47de970648dbb31 (patch)
treefa224cd16e999518a80339a9c1d6c70e3d04972e /src/gos
parent9781c31f3b2923b2dc397adf2dd12235f039ce56 (diff)
downloaduGFX-0b204ed8e39d900c22f11e02c47de970648dbb31.tar.gz
uGFX-0b204ed8e39d900c22f11e02c47de970648dbb31.tar.bz2
uGFX-0b204ed8e39d900c22f11e02c47de970648dbb31.zip
Reworking the GWIN doxygen documentation.
Diffstat (limited to 'src/gos')
-rw-r--r--src/gos/sys_defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gos/sys_defs.h b/src/gos/sys_defs.h
index aba96df5..c55cdf73 100644
--- a/src/gos/sys_defs.h
+++ b/src/gos/sys_defs.h
@@ -58,7 +58,7 @@
*/
#define DECLARE_THREAD_FUNCTION(fnName, param) threadreturn_t fnName(void *param)
#define DECLARE_THREAD_STACK(name, sz) uint8_t name[sz];
- /* @} */
+ /** @} */
/**
* @}
@@ -75,7 +75,7 @@
#define LOW_PRIORITY 0
#define NORMAL_PRIORITY 1
#define HIGH_PRIORITY 2
- /* @} */
+ /** @} */
/**
* @brief A semaphore