aboutsummaryrefslogtreecommitdiffstats
path: root/src/msgb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/msgb.c')
-rw-r--r--src/msgb.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/msgb.c b/src/msgb.c
index bad98f46..2e9f4a25 100644
--- a/src/msgb.c
+++ b/src/msgb.c
@@ -20,6 +20,7 @@
/*! \addtogroup msgb
* @{
+ *
* libosmocore message buffers, inspired by Linux kernel skbuff
*
* Inspired by the 'struct skbuff' of the Linux kernel, we implement a
@@ -46,10 +47,10 @@
* * prepending (pushing) and appending (putting) data
* * copying / resizing
* * hex-dumping to a string for debug purposes
+ *
+ * \file msgb.c
*/
-/*! \file msgb.c */
-
#include <unistd.h>
#include <string.h>
#include <stdlib.h>