summaryrefslogtreecommitdiffstats
path: root/src/strrb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strrb.c')
-rw-r--r--src/strrb.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/strrb.c b/src/strrb.c
index 069a6993..69c4ddae 100644
--- a/src/strrb.c
+++ b/src/strrb.c
@@ -21,6 +21,10 @@
*
*/
+/*! \addtogroup utils
+ * @{
+ */
+
/*! \file strrb.c
* \brief Lossy string ringbuffer for logging; keeps newest messages.
*/
@@ -170,3 +174,5 @@ int osmo_strrb_add(struct osmo_strrb *rb, const char *data)
}
return ret;
}
+
+/*! @} */