aboutsummaryrefslogtreecommitdiffstats
path: root/include/afb/afb-event-x2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/afb/afb-event-x2.h')
-rw-r--r--include/afb/afb-event-x2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/afb/afb-event-x2.h b/include/afb/afb-event-x2.h
index f0a27877..9732cad1 100644
--- a/include/afb/afb-event-x2.h
+++ b/include/afb/afb-event-x2.h
@@ -19,6 +19,9 @@
#include "afb-event-x2-itf.h"
+/** @defgroup AFB_EVENT
+ * @{ */
+
/**
* Checks whether the 'event' is valid or not.
*
@@ -111,3 +114,4 @@ static inline struct afb_event_x2 *afb_event_x2_addref(
return event->itf->addref(event);
}
+/** @} */