summaryrefslogtreecommitdiffstats
path: root/bsps/bfin
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-02-27 10:53:30 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-02-28 11:47:33 +0100
commitfeea03b625fecc507deab8dbaaafc6b19045e3f1 (patch)
tree67bce52bd8fc1677b6d21a35e25043b1d79a61cd /bsps/bfin
parentbsp/altera-cyclone-v: Move header file (diff)
downloadrtems-feea03b625fecc507deab8dbaaafc6b19045e3f1.tar.bz2
Remove explicit file names from @file
This makes the @file documentation independent of the actual file name. Update #3707.
Diffstat (limited to 'bsps/bfin')
-rw-r--r--bsps/bfin/TLL6527M/console/console.c2
-rw-r--r--bsps/bfin/TLL6527M/include/bsp.h2
-rw-r--r--bsps/bfin/TLL6527M/start/interrupt.c2
-rw-r--r--bsps/bfin/include/bf52x.h2
-rw-r--r--bsps/bfin/include/bsp/interrupt.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/bsps/bfin/TLL6527M/console/console.c b/bsps/bfin/TLL6527M/console/console.c
index 1871bdbb9d..b7de975220 100644
--- a/bsps/bfin/TLL6527M/console/console.c
+++ b/bsps/bfin/TLL6527M/console/console.c
@@ -1,5 +1,5 @@
/**
- *@file console.c
+ *@file
*
*@brief
* - This file implements uart console for TLL6527M. TLL6527M has BF527 with
diff --git a/bsps/bfin/TLL6527M/include/bsp.h b/bsps/bfin/TLL6527M/include/bsp.h
index d027d8feff..0e2019195a 100644
--- a/bsps/bfin/TLL6527M/include/bsp.h
+++ b/bsps/bfin/TLL6527M/include/bsp.h
@@ -1,5 +1,5 @@
/**
- * @file bsp.h
+ * @file
* @ingroup bfin_tll6527m
* @brief Global BSP definitions.
*
diff --git a/bsps/bfin/TLL6527M/start/interrupt.c b/bsps/bfin/TLL6527M/start/interrupt.c
index 1b69046453..aa3f2c61ca 100644
--- a/bsps/bfin/TLL6527M/start/interrupt.c
+++ b/bsps/bfin/TLL6527M/start/interrupt.c
@@ -1,5 +1,5 @@
/**
- *@file interrupt.c
+ *@file
*
*@brief
* - This file implements interrupt dispatcher. Most of the code is taken from
diff --git a/bsps/bfin/include/bf52x.h b/bsps/bfin/include/bf52x.h
index 6c3d087c79..11d0ef15a3 100644
--- a/bsps/bfin/include/bf52x.h
+++ b/bsps/bfin/include/bf52x.h
@@ -1,5 +1,5 @@
/**
- *@file bf52x.h
+ *@file
*
*@brief
* - This file provides the register address for the 52X model. The file is
diff --git a/bsps/bfin/include/bsp/interrupt.h b/bsps/bfin/include/bsp/interrupt.h
index 7a98775dd5..2822899918 100644
--- a/bsps/bfin/include/bsp/interrupt.h
+++ b/bsps/bfin/include/bsp/interrupt.h
@@ -1,5 +1,5 @@
/**
- *@file interrupt.h
+ *@file
*
*@brief
* - This file implements interrupt dispatcher. The init code is taken from