aboutsummaryrefslogtreecommitdiffstats
path: root/include/gevent
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-12-19 19:48:12 +0100
committerJoel Bodenmann <joel@unormal.org>2012-12-19 19:48:12 +0100
commite00f8593e85245a847280dafe10e5a834268557e (patch)
tree99c19a5aa83b94fba9df0a88f1c84fcf42a2b771 /include/gevent
parent7a6bf59b2b94897f72dc2888802bce11b1629378 (diff)
downloaduGFX-e00f8593e85245a847280dafe10e5a834268557e.tar.gz
uGFX-e00f8593e85245a847280dafe10e5a834268557e.tar.bz2
uGFX-e00f8593e85245a847280dafe10e5a834268557e.zip
more doxygen cleanup
Diffstat (limited to 'include/gevent')
-rw-r--r--include/gevent/gevent.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/gevent/gevent.h b/include/gevent/gevent.h
index ad386746..67a6185a 100644
--- a/include/gevent/gevent.h
+++ b/include/gevent/gevent.h
@@ -37,13 +37,9 @@
#if GFX_USE_GEVENT || defined(__DOXYGEN__)
-/**
- * @brief Data part of a static GListener initializer.
- */
+/* Data part of a static GListener initializer */
#define _GLISTENER_DATA(name) { _SEMAPHORE_DATA(name.waitqueue, 0), _BSEMAPHORE_DATA(name.eventlock, FALSE), 0, 0, {0} }
-/**
- * @brief Static GListener initializer.
- */
+/* Static GListener initializer */
#define GLISTENER_DECL(name) GListener name = _GLISTENER_DATA(name)
/*===========================================================================*/