diff options
Diffstat (limited to 'include/afb/afb-event-x1-itf.h')
-rw-r--r-- | include/afb/afb-event-x1-itf.h | 4 |
1 files changed, 4 insertions, 0 deletions
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' */ }; +/** @} */ |