aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmux.c')
-rw-r--r--src/osmux.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/osmux.c b/src/osmux.c
index 913d68f..5655269 100644
--- a/src/osmux.c
+++ b/src/osmux.c
@@ -23,6 +23,15 @@
#include <arpa/inet.h>
+/*! \addtogroup osmux Osmocom Multiplex Protocol
+ * @{
+ */
+
+/*! \file osmux.c
+ * \brief Osmocom multiplex protocol helpers
+ */
+
+
/* This allows you to debug timing reconstruction in the output path */
#if 0
#define DEBUG_TIMING 0
@@ -921,3 +930,5 @@ int osmux_snprintf(char *buf, size_t size, struct msgb *msg)
return offset;
}
+
+/*! @} */