aboutsummaryrefslogtreecommitdiffstats
path: root/src/conv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conv.c')
-rw-r--r--src/conv.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/conv.c b/src/conv.c
index 38ce173a..420acca5 100644
--- a/src/conv.c
+++ b/src/conv.c
@@ -1,8 +1,6 @@
+/*! \file conv.c
+ * Generic convolutional encoding / decoding. */
/*
- * conv.c
- *
- * Generic convolutional encoding / decoding
- *
* Copyright (C) 2011 Sylvain Munaut <tnt@246tNt.com>
*
* All Rights Reserved
@@ -24,10 +22,10 @@
/*! \addtogroup conv
* @{
- * Osmocom convolutional encoder and decoder
- */
+ * Osmocom convolutional encoder and decoder.
+ *
+ * \file conv.c */
-/*! \file conv.c */
#include "config.h"
#ifdef HAVE_ALLOCA_H
#include <alloca.h>