diff options
Diffstat (limited to 'include/afb/afb-event-x2-itf.h')
-rw-r--r-- | include/afb/afb-event-x2-itf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/afb/afb-event-x2-itf.h b/include/afb/afb-event-x2-itf.h index ecc42c79..b2a01c7b 100644 --- a/include/afb/afb-event-x2-itf.h +++ b/include/afb/afb-event-x2-itf.h @@ -20,6 +20,9 @@ struct afb_event_x2; struct afb_event_x2_itf; +/** @addtogroup AFB_EVENT + * @{ */ + /** * Interface for handling event_x2. * @@ -55,3 +58,4 @@ struct afb_event_x2 const struct afb_event_x2_itf *itf; /**< the interface functions to use */ }; +/** @} */ |