Improve documentation of api v3
[src/app-framework-binder.git] / include / afb / afb-event-x2.h
index f0a2787..9732cad 100644 (file)
@@ -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);
 }
 
+/** @} */