aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-04-08 20:00:47 +0200
committerHarald Welte <laforge@gnumonks.org>2017-04-08 20:13:14 +0200
commitedad98b4a004a3a7e9d1ff99dfe86dbf042dfef3 (patch)
tree944899329ea76423eba7aad4b671a2a9ca106328 /src
parentd0f9bd600c10615d9dbb6701001d491122a29aef (diff)
doc: Add Doxygen group for OSMUX related functions
Diffstat (limited to 'src')
-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;
}
+
+/*! @} */