aboutsummaryrefslogtreecommitdiffstats
path: root/src/crcXXgen.c.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/crcXXgen.c.tpl')
-rw-r--r--src/crcXXgen.c.tpl15
1 files changed, 5 insertions, 10 deletions
diff --git a/src/crcXXgen.c.tpl b/src/crcXXgen.c.tpl
index 9c63052d..e92a5381 100644
--- a/src/crcXXgen.c.tpl
+++ b/src/crcXXgen.c.tpl
@@ -1,8 +1,6 @@
+/*! \file crcXXgen.c
+ * Osmocom generic CRC routines (for max XX bits poly). */
/*
- * crcXXgen.c
- *
- * Generic CRC routines (for max XX bits poly)
- *
* Copyright (C) 2011 Sylvain Munaut <tnt@246tNt.com>
*
* All Rights Reserved
@@ -24,12 +22,9 @@
/*! \addtogroup crcgen
* @{
- * Osmocom generic CRC routines
- */
-
-/*! \file crcXXgen.c
- * Osmocom generic CRC routines (for max XX bits poly)
- */
+ * Osmocom generic CRC routines (for max XX bits poly).
+ *
+ * \file crcXXgen.c.tpl */
#include <stdint.h>