aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/osx.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-10 19:02:37 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-10 19:02:37 +0200
commita49b095b945756f1c32d9cfe3795a0d86151d6aa (patch)
tree196887f805723d842253bbaf729500187c03b1e4 /src/gos/osx.c
parent2364f2133330dc0e6702e453b47dcfbd3c44d9cc (diff)
parente5b8e351f5050da7f99fe6fb7882edfc778799f2 (diff)
downloaduGFX-a49b095b945756f1c32d9cfe3795a0d86151d6aa.tar.gz
uGFX-a49b095b945756f1c32d9cfe3795a0d86151d6aa.tar.bz2
uGFX-a49b095b945756f1c32d9cfe3795a0d86151d6aa.zip
Merge branch 'master' into gwin
Diffstat (limited to 'src/gos/osx.c')
-rw-r--r--src/gos/osx.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gos/osx.c b/src/gos/osx.c
index 249147d1..dccd49c9 100644
--- a/src/gos/osx.c
+++ b/src/gos/osx.c
@@ -5,10 +5,6 @@
* http://ugfx.org/license.html
*/
-/**
- * @file src/gos/osx.c
- * @brief GOS ChibiOS Operating System support.
- */
#include "gfx.h"
#if GFX_USE_OS_OSX
@@ -193,5 +189,3 @@ semcount_t gfxSemCounter(gfxSem *pSem) {
}
#endif /* GFX_USE_OS_OSX */
-/** @} */
-