X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-event-x2.h;fp=include%2Fafb%2Fafb-event-x2.h;h=9732cad17900ef36e939ddde389ec289c7f740a2;hb=525e9eaa644ca92fad23adfbb7c3119ae8b57a30;hp=f0a27877e1a9171dc72b12b068dba136adb9cbcd;hpb=9e15212d26916f59fae2be6d9e618ae9b75a4f40;p=src%2Fapp-framework-binder.git 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); } +/** @} */