aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2024-03-15 10:20:22 +0100
committerHarald Welte <laforge@osmocom.org>2024-03-15 14:14:08 +0100
commitf67400d3532e92c015f18f68dae4e764382480c6 (patch)
treed40951e6599ac6cb6f46ec76d95e0c7ac5f861a4
parent912360157d207f38aa88e73ed580066adcc67d82 (diff)
docs: jibuf: Prevent internal #defines being documented
-rw-r--r--src/jibuf.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/jibuf.c b/src/jibuf.c
index 502f6e5..a351248 100644
--- a/src/jibuf.c
+++ b/src/jibuf.c
@@ -26,10 +26,6 @@
#include <arpa/inet.h>
-/*! \addtogroup jibuf Osmocom Jitter Buffer
- * @{
- */
-
/*! \file jibuf.c
* \brief Osmocom Jitter Buffer helpers
*/
@@ -290,6 +286,11 @@ static void recalc_threshold_delay(struct osmo_jibuf *jb)
}
+/*! \addtogroup jibuf Osmocom Jitter Buffer
+ * @{
+ */
+
+
//----------------------------------
/*! \brief Allocate a new jitter buffer instance