diff options
Diffstat (limited to 'include/afb/afb-api-x3-itf.h')
-rw-r--r-- | include/afb/afb-api-x3-itf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/afb/afb-api-x3-itf.h b/include/afb/afb-api-x3-itf.h index 38b29196..b8cfadf6 100644 --- a/include/afb/afb-api-x3-itf.h +++ b/include/afb/afb-api-x3-itf.h @@ -30,6 +30,9 @@ struct afb_auth; struct afb_verb_v2; struct afb_verb_v3; +/** @addtogroup AFB_API + * @{ */ + /** * Structure for the APIv3 */ @@ -260,3 +263,4 @@ struct afb_api_x3_itf struct afb_api_x3 *api); }; +/** @} */ |