summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2009-12-14 09:28:51 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-12-14 09:43:02 +0100
commitf522d42597ad0db4abb09c4376f8ad4acc10963b (patch)
tree57e00da1118511f4b377a47ecaedfa16b80b92c4 /board
parente2b4a792f8751d906d17b7ae343952f78dc41d67 (diff)
downloadbarebox-f522d42597ad0db4abb09c4376f8ad4acc10963b.tar.gz
barebox-f522d42597ad0db4abb09c4376f8ad4acc10963b.tar.xz
Some doxygen related fixes
Nishanth Menon wrote: > no signed off by and no diffstat? Ups. > can you use git-format-patch to send please? it is easier to review. Sure. Here it comes: jbe ------8<---------8<---------8<---------8<---------8<---------8<---- Subject: [PATCH] Some doxygen related fixes: - fix a few doxygen comments that are used in a wrong way - move some pages and their content to a better place in the generated documentation Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'board')
-rw-r--r--board/kp_ukd_r1_num/highlevel_init.c5
-rw-r--r--board/kp_ukd_r1_num/lowlevel_init.c3
-rw-r--r--board/kp_ukd_r1_num/pci-stubs.c3
-rw-r--r--board/phycore_mcf54xx/highlevel_init.c5
-rw-r--r--board/phycore_mcf54xx/lowlevel_init.c3
-rw-r--r--board/phycore_mcf54xx/pci-stubs.c3
-rw-r--r--board/phycore_mcf54xx/phyCore_MCF54xx.c3
7 files changed, 16 insertions, 9 deletions
diff --git a/board/kp_ukd_r1_num/highlevel_init.c b/board/kp_ukd_r1_num/highlevel_init.c
index 11b30f183c..a0d4a621ac 100644
--- a/board/kp_ukd_r1_num/highlevel_init.c
+++ b/board/kp_ukd_r1_num/highlevel_init.c
@@ -18,7 +18,8 @@
* along with U-Boot V2. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @file This file contains high-level init functions.
+/** @file
+ * @brief This file contains high-level init functions.
*
*/
#include <common.h>
@@ -115,7 +116,7 @@ void board_init_highlevel(void)
/** Provide address of early debug low-level output
*
- * @fixme Should return real address for UART register map.
+ * @todo Should return real address for UART register map.
*/
void *get_early_console_base(const char *name)
{
diff --git a/board/kp_ukd_r1_num/lowlevel_init.c b/board/kp_ukd_r1_num/lowlevel_init.c
index 31b3bb9815..7770e101de 100644
--- a/board/kp_ukd_r1_num/lowlevel_init.c
+++ b/board/kp_ukd_r1_num/lowlevel_init.c
@@ -18,7 +18,8 @@
* along with U-Boot V2. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @file This file contains ...
+/** @file
+ * @brief This file contains ...
*
*/
#include <common.h>
diff --git a/board/kp_ukd_r1_num/pci-stubs.c b/board/kp_ukd_r1_num/pci-stubs.c
index 3f2d4563f0..4993284c0c 100644
--- a/board/kp_ukd_r1_num/pci-stubs.c
+++ b/board/kp_ukd_r1_num/pci-stubs.c
@@ -18,7 +18,8 @@
* along with U-Boot V2. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @file This file contains callbacks for the PCI subsystem
+/** @file
+ * @brief This file contains callbacks for the PCI subsystem
*
*/
#include <common.h>
diff --git a/board/phycore_mcf54xx/highlevel_init.c b/board/phycore_mcf54xx/highlevel_init.c
index 11b30f183c..a0d4a621ac 100644
--- a/board/phycore_mcf54xx/highlevel_init.c
+++ b/board/phycore_mcf54xx/highlevel_init.c
@@ -18,7 +18,8 @@
* along with U-Boot V2. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @file This file contains high-level init functions.
+/** @file
+ * @brief This file contains high-level init functions.
*
*/
#include <common.h>
@@ -115,7 +116,7 @@ void board_init_highlevel(void)
/** Provide address of early debug low-level output
*
- * @fixme Should return real address for UART register map.
+ * @todo Should return real address for UART register map.
*/
void *get_early_console_base(const char *name)
{
diff --git a/board/phycore_mcf54xx/lowlevel_init.c b/board/phycore_mcf54xx/lowlevel_init.c
index 89ac6ff8d9..2f8e9dae26 100644
--- a/board/phycore_mcf54xx/lowlevel_init.c
+++ b/board/phycore_mcf54xx/lowlevel_init.c
@@ -18,7 +18,8 @@
* along with U-Boot V2. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @file This file contains ...
+/** @file
+ * @brief This file contains ...
*
*/
#include <common.h>
diff --git a/board/phycore_mcf54xx/pci-stubs.c b/board/phycore_mcf54xx/pci-stubs.c
index 3f2d4563f0..4993284c0c 100644
--- a/board/phycore_mcf54xx/pci-stubs.c
+++ b/board/phycore_mcf54xx/pci-stubs.c
@@ -18,7 +18,8 @@
* along with U-Boot V2. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @file This file contains callbacks for the PCI subsystem
+/** @file
+ * @brief This file contains callbacks for the PCI subsystem
*
*/
#include <common.h>
diff --git a/board/phycore_mcf54xx/phyCore_MCF54xx.c b/board/phycore_mcf54xx/phyCore_MCF54xx.c
index 6fe799328d..68c2111fa8 100644
--- a/board/phycore_mcf54xx/phyCore_MCF54xx.c
+++ b/board/phycore_mcf54xx/phyCore_MCF54xx.c
@@ -18,7 +18,8 @@
* along with U-Boot V2. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @file This file contains ...
+/** @file
+ * @brief This file contains ...
*
*/
#include <common.h>