summaryrefslogtreecommitdiffstats
path: root/commands
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 /commands
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 'commands')
-rw-r--r--commands/bootm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/bootm.c b/commands/bootm.c
index 853f70a320..350d826356 100644
--- a/commands/bootm.c
+++ b/commands/bootm.c
@@ -595,4 +595,5 @@ void bz_internal_error(int errcode)
* - @subpage arm_boot_preparation
* - @subpage ppc_boot_preparation
* - @subpage x86_boot_preparation
+ * - @subpage m68k_boot_preparation
*/