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