summaryrefslogtreecommitdiffstats
path: root/include/afb/afb-arg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/afb/afb-arg.h')
-rw-r--r--include/afb/afb-arg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/afb/afb-arg.h b/include/afb/afb-arg.h
index de3fb9b5..61b78afa 100644
--- a/include/afb/afb-arg.h
+++ b/include/afb/afb-arg.h
@@ -17,6 +17,9 @@
#pragma once
+/** @addtogroup AFB_REQ
+ * @{ */
+
/**
* Describes an argument (or parameter) of a request.
*
@@ -31,3 +34,5 @@ struct afb_arg
/**< when the request is finalized this file is removed */
};
+
+/** @} */