summaryrefslogtreecommitdiffstats
path: root/include/afb/afb-service-v1.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/afb/afb-service-v1.h')
-rw-r--r--include/afb/afb-service-v1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/afb/afb-service-v1.h b/include/afb/afb-service-v1.h
index a3265af8..e4a4eee1 100644
--- a/include/afb/afb-service-v1.h
+++ b/include/afb/afb-service-v1.h
@@ -19,6 +19,9 @@
#include "afb-service-itf-x1.h"
+/** @addtogroup AFB_SERVICE
+ * @{ */
+
/**
* @deprecated use bindings version 3
*
@@ -84,3 +87,4 @@ static inline int afb_service_call_sync_v1(
return service.itf->call_sync(service.closure, api, verb, args, result);
}
+/** @} */