X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-event-x1.h;h=039a14fd6562b34ddce62d868cfe98e96af8b99b;hb=525e9eaa644ca92fad23adfbb7c3119ae8b57a30;hp=1fc7696fbd0a09b6589149c64df6fe95ed4c07de;hpb=9e15212d26916f59fae2be6d9e618ae9b75a4f40;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-event-x1.h b/include/afb/afb-event-x1.h index 1fc7696f..039a14fd 100644 --- a/include/afb/afb-event-x1.h +++ b/include/afb/afb-event-x1.h @@ -19,6 +19,9 @@ #include "afb-event-x1-itf.h" +/** @addtogroup AFB_EVENT + * @{ */ + /** * @deprecated use bindings version 3 * @@ -109,3 +112,4 @@ static inline void afb_event_x1_addref(struct afb_event_x1 event) event.itf->addref(event.closure); } +/** @} */