X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-event-x1-itf.h;h=b2c582e412018e2c7e0e8d5ab44a45d1e1e9f77b;hb=525e9eaa644ca92fad23adfbb7c3119ae8b57a30;hp=afd033b89d81ee18f61e768c755fa797fb37dcb4;hpb=9e15212d26916f59fae2be6d9e618ae9b75a4f40;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-event-x1-itf.h b/include/afb/afb-event-x1-itf.h index afd033b8..b2c582e4 100644 --- a/include/afb/afb-event-x1-itf.h +++ b/include/afb/afb-event-x1-itf.h @@ -19,6 +19,9 @@ #include "afb-event-x2-itf.h" +/** @addtogroup AFB_EVENT + * @{ */ + /** * @deprecated use bindings version 3 * @@ -30,3 +33,4 @@ struct afb_event_x1 struct afb_event_x2 *closure; /**< the closure argument for functions of 'itf' */ }; +/** @} */