aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/bitcomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/bitcomp.h')
-rw-r--r--include/osmocom/core/bitcomp.h17
1 files changed, 7 insertions, 10 deletions
diff --git a/include/osmocom/core/bitcomp.h b/include/osmocom/core/bitcomp.h
index a184a1cf..dc356bd8 100644
--- a/include/osmocom/core/bitcomp.h
+++ b/include/osmocom/core/bitcomp.h
@@ -1,8 +1,7 @@
-#pragma once
-
-/* bit compression routines */
-
-/* (C) 2016 sysmocom s.f.m.c. GmbH by Max Suraev <msuraev@sysmocom.de>
+/*! \file bitcomp.h
+ * Osmocom bit compression routines. */
+/*
+ * (C) 2016 sysmocom s.f.m.c. GmbH by Max Suraev <msuraev@sysmocom.de>
*
* All Rights Reserved
*
@@ -22,13 +21,11 @@
*
*/
+#pragma once
+
/*! \defgroup bitcomp Bit compression
* @{
- */
-
-/*! \file bitcomp.h
- * Osmocom bit compression routines
- */
+ * \file bitcomp.h */
#include <stdint.h>
#include <stdbool.h>