Improve documentation of api v3
[src/app-framework-binder.git] / include / afb / afb-req-x1.h
index cea17d0..d9fa1be 100644 (file)
@@ -20,6 +20,9 @@
 #include "afb-req-x1-itf.h"
 #include "afb-event-x1.h"
 
+/** @addtogroup AFB_REQ
+ *  @{ */
+
 /**
  * @deprecated use bindings version 3
  *
@@ -451,3 +454,5 @@ static inline struct json_object *afb_req_x1_get_client_info(struct afb_req_x1 r
 }
 
 
+
+/** @} */