summaryrefslogtreecommitdiffstats
path: root/include/dect/s_fmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dect/s_fmt.h')
-rw-r--r--include/dect/s_fmt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dect/s_fmt.h b/include/dect/s_fmt.h
index 7df2354..0b7cc08 100644
--- a/include/dect/s_fmt.h
+++ b/include/dect/s_fmt.h
@@ -11,6 +11,11 @@
extern "C" {
#endif
+/**
+ * @addtogroup ie_sfmt
+ * @{
+ */
+
/*
* Information elements
*/
@@ -137,6 +142,7 @@ extern enum dect_sfmt_error dect_parse_sfmt_ie_header(struct dect_sfmt_ie *ie,
extern enum dect_sfmt_error dect_parse_sfmt_ie(const struct dect_handle *dh, uint8_t type,
struct dect_ie_common **dst,
const struct dect_sfmt_ie *ie);
+/** @} */
#ifdef __cplusplus
}