summaryrefslogtreecommitdiffstats
path: root/include/afb/afb-req-x1-itf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/afb/afb-req-x1-itf.h')
-rw-r--r--include/afb/afb-req-x1-itf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/afb/afb-req-x1-itf.h b/include/afb/afb-req-x1-itf.h
index dce936d1..7d82ad03 100644
--- a/include/afb/afb-req-x1-itf.h
+++ b/include/afb/afb-req-x1-itf.h
@@ -19,6 +19,9 @@
#include "afb-req-x2-itf.h"
+/** @addtogroup AFB_REQ
+ * @{ */
+
/**
* @deprecated use bindings version 3
*
@@ -30,3 +33,5 @@ struct afb_req_x1
struct afb_req_x2 *closure; /**< the closure argument for functions of 'itf' */
};
+
+/** @} */