Improve documentation of api v3
[src/app-framework-binder.git] / include / afb / afb-api-x3-itf.h
index 38b2919..b8cfadf 100644 (file)
@@ -30,6 +30,9 @@ struct afb_auth;
 struct afb_verb_v2;
 struct afb_verb_v3;
 
+/** @addtogroup AFB_API
+ *  @{ */
+
 /**
  * Structure for the APIv3
  */
@@ -260,3 +263,4 @@ struct afb_api_x3_itf
                struct afb_api_x3 *api);
 };
 
+/** @} */