doc: Added group definitions for most common modules.
[bertos.git] / bertos / mware / event.h
index b797b7eb25a35add0bef5fa02b9509e9149d40e9..e9f9e4a2269d01b36ec665ec85e21cc8589ff99f 100644 (file)
@@ -30,7 +30,9 @@
  * Copyright 1999, 2001, 2003 Bernie Innocenti <bernie@codewiz.org>
  * -->
  *
- * \addtogroup event_handling
+ * \defgroup event_handling Event handling module
+ * \ingroup core
+ * \{
  *
  * \brief Events handling
  *
        struct Process;
 #endif
 
-/**
- * \defgroup event_handling Events handling module
- * \{
- */
-
-
 /// User defined callback type
 typedef void (*Hook)(void *);