X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-event-x1.h;h=039a14fd6562b34ddce62d868cfe98e96af8b99b;hb=408acbdce381f1e70985eae9f96d036689f3d0aa;hp=1fc7696fbd0a09b6589149c64df6fe95ed4c07de;hpb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;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); } +/** @} */