Improve documentation of api v3
[src/app-framework-binder.git] / include / afb / afb-daemon-itf-x1.h
index 3ca12eb..744892d 100644 (file)
@@ -27,6 +27,9 @@ struct afb_req_x1;
 struct afb_event_x1;
 struct afb_api_x3;
 
+/** @defgroup AFB_DAEMON
+ *  @{ */
+
 /**
  * @deprecated use bindings version 3
  *
@@ -89,3 +92,4 @@ struct afb_daemon_x1
        struct afb_api_x3 *closure;             /**< the closure when calling these functions */
 };
 
+/** @} */