Improve documentation of api v3
[src/app-framework-binder.git] / include / afb / afb-service-v2.h
index da59786..1601a66 100644 (file)
@@ -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);
 }
 
+/** @} */