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