diff options
Diffstat (limited to 'include/afb/afb-service-itf-x1.h')
-rw-r--r-- | include/afb/afb-service-itf-x1.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/afb/afb-service-itf-x1.h b/include/afb/afb-service-itf-x1.h index fcdd08e1..9e36fd0d 100644 --- a/include/afb/afb-service-itf-x1.h +++ b/include/afb/afb-service-itf-x1.h @@ -19,6 +19,9 @@ struct afb_api_x3; +/** @defgroup AFB_SERVICE + * @{ */ + /** * @deprecated use bindings version 3 * @@ -49,3 +52,4 @@ struct afb_service_x1 struct afb_api_x3 *closure; }; +/** @} */ |