aboutsummaryrefslogtreecommitdiffstats
path: root/include/afb/afb-req-v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/afb/afb-req-v2.h')
-rw-r--r--include/afb/afb-req-v2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/afb/afb-req-v2.h b/include/afb/afb-req-v2.h
index f7901908..75ef841d 100644
--- a/include/afb/afb-req-v2.h
+++ b/include/afb/afb-req-v2.h
@@ -19,6 +19,9 @@
#include "afb-req-x1.h"
+/** @addtogroup AFB_REQ
+ * @{ */
+
/**
* @deprecated use bindings version 3
*
@@ -32,3 +35,5 @@ static inline struct afb_stored_req *afb_req_x1_store_v2(struct afb_req_x1 req)
return req.itf->legacy_store_req(req.closure);
}
+
+/** @} */