aboutsummaryrefslogtreecommitdiffstats
path: root/include/gevent/gevent.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2013-05-05 22:06:23 -0700
committerTectu <joel@unormal.org>2013-05-05 22:06:23 -0700
commitacd7ae36be1708104a204ef1db1ad9c48a4c5900 (patch)
tree99bdea0be61386bd3ae70c8516198dd857e4db13 /include/gevent/gevent.h
parentbe61787daadcf8cc1e1f307fc48441949e5ec2c0 (diff)
parent3374aa25c6e4e118df670c18eaeefa0f6f29377f (diff)
downloaduGFX-acd7ae36be1708104a204ef1db1ad9c48a4c5900.tar.gz
uGFX-acd7ae36be1708104a204ef1db1ad9c48a4c5900.tar.bz2
uGFX-acd7ae36be1708104a204ef1db1ad9c48a4c5900.zip
Merge pull request #67 from inmarket/master
Reinsertion of doxygen headers
Diffstat (limited to 'include/gevent/gevent.h')
-rw-r--r--include/gevent/gevent.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/gevent/gevent.h b/include/gevent/gevent.h
index 15efd0b9..27d05db6 100644
--- a/include/gevent/gevent.h
+++ b/include/gevent/gevent.h
@@ -4,6 +4,20 @@
*
* http://chibios-gfx.com/license.html
*/
+
+/**
+ * @file include/gevent/gevent.h
+ * @brief GEVENT GFX User Event subsystem header file.
+ *
+ * @addtogroup GEVENT
+ *
+ * @details GEVENT provides a simple to use but yet powerful event
+ * system.
+ *
+ * @pre GFX_USE_GEVENT must be set to TRUE in your gfxconf.h
+ *
+ * @{
+ */
#ifndef _GEVENT_H
#define _GEVENT_H