aboutsummaryrefslogtreecommitdiffstats
path: root/src/l1
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-10-15 15:14:59 +0200
committerSylvain Munaut <tnt@246tNt.com>2011-10-15 15:17:01 +0200
commitb6ae0e101ad4b9eff48c9a93d7e7cf7bc7580ebd (patch)
tree201912c92e8b97b3a6ee98faeb6d061af7c9f77c /src/l1
parenta6b636cf4c2f007d577b07532f16c1f8a309f5e8 (diff)
doc: Fix Doxygen tags in pre-existing files
Most of the doc in the files committed so far has been written "blind" without actually running Doxygen. This commits fixes the various things needed to make it "look nice" Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/l1')
-rw-r--r--src/l1/bcch.c4
-rw-r--r--src/l1/conv.c4
-rw-r--r--src/l1/crc.c4
-rw-r--r--src/l1/interleave.c4
-rw-r--r--src/l1/punct.c4
-rw-r--r--src/l1/scramb.c4
6 files changed, 12 insertions, 12 deletions
diff --git a/src/l1/bcch.c b/src/l1/bcch.c
index 4d20ad5..ab9588a 100644
--- a/src/l1/bcch.c
+++ b/src/l1/bcch.c
@@ -22,8 +22,8 @@
* @{
*/
-/*! \file bcch.c
- * \file Osmocom GMR-1 BCCH channel coding implementation
+/*! \file l1/bcch.c
+ * \brief Osmocom GMR-1 BCCH channel coding implementation
*/
#include <stdint.h>
diff --git a/src/l1/conv.c b/src/l1/conv.c
index a418a88..a8a564b 100644
--- a/src/l1/conv.c
+++ b/src/l1/conv.c
@@ -22,8 +22,8 @@
* @{
*/
-/*! \file conv.c
- * \file Osmocom GMR-1 convolutional coding implementation
+/*! \file l1/conv.c
+ * \brief Osmocom GMR-1 convolutional coding implementation
*/
#include <stdint.h>
diff --git a/src/l1/crc.c b/src/l1/crc.c
index d4ba3df..e85731f 100644
--- a/src/l1/crc.c
+++ b/src/l1/crc.c
@@ -22,8 +22,8 @@
* @{
*/
-/*! \file crc.c
- * \file Osmocom GMR-1 CRC implementation
+/*! \file l1/crc.c
+ * \brief Osmocom GMR-1 CRC implementation
*/
#include <stdint.h>
diff --git a/src/l1/interleave.c b/src/l1/interleave.c
index 38ef6c9..bea89d9 100644
--- a/src/l1/interleave.c
+++ b/src/l1/interleave.c
@@ -22,8 +22,8 @@
* @{
*/
-/*! \file interleave.c
- * \file Osmocom GMR-1 interleaving implementation
+/*! \file l1/interleave.c
+ * \brief Osmocom GMR-1 interleaving implementation
*/
#include <stdint.h>
diff --git a/src/l1/punct.c b/src/l1/punct.c
index da76701..629c6e5 100644
--- a/src/l1/punct.c
+++ b/src/l1/punct.c
@@ -22,8 +22,8 @@
* @{
*/
-/*! \file punct.c
- * \file Osmocom GMR-1 puncturing implementation
+/*! \file l1/punct.c
+ * \brief Osmocom GMR-1 puncturing implementation
*/
#include <osmocom/gmr1/l1/punct.h>
diff --git a/src/l1/scramb.c b/src/l1/scramb.c
index aee37b0..2a3af0e 100644
--- a/src/l1/scramb.c
+++ b/src/l1/scramb.c
@@ -22,8 +22,8 @@
* @{
*/
-/*! \file scramb.c
- * \file Osmocom GMR-1 scrambling implementation
+/*! \file l1/scramb.c
+ * \brief Osmocom GMR-1 scrambling implementation
*/
#include <stdint.h>