9
0
Fork 0

Beautify the doxygen generated documentation

Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
This commit is contained in:
Juergen Beisert 2009-07-31 12:58:12 +02:00
parent 217b7d8573
commit e217509033
5 changed files with 57 additions and 52 deletions

View File

@ -4,30 +4,34 @@ This is a list of boards that are currently supported by U-Boot-v2.
PowerPC type:
- @subpage pcm030
@li @subpage pcm030
ARM type:
- @subpage pcm037
- @subpage pcm038
- @subpage pcm043
- @subpage imx21ads
- @subpage imx27ads
- @subpage the3stack
- @subpage scb9328
- @subpage netx
- @subpage dev_omap_arch
@li @subpage pcm037
@li @subpage pcm038
@li @subpage pcm043
@li @subpage imx21ads
@li @subpage imx27ads
@li @subpage the3stack
@li @subpage scb9328
@li @subpage netx
@li @subpage dev_omap_arch
@li @subpage a9m2440
@li @subpage a9m2410
Blackfin type:
- @subpage ipe337
@li @subpage ipe337
x86 type:
@li nothing yet
coldfire/m68k type:
- @subpage phycore_mcf54xx
- @subpage kp_ukd_r1
@li @subpage phycore_mcf54xx
@li @subpage kp_ukd_r1
*/

View File

@ -1,24 +1,24 @@
/**
* @page command_reference Supported Shell Commands
- @subpage addpart_command
- @subpage cat_command
- @subpage cd_command
- @subpage cp_command
- @subpage delpart_command
- @subpage devinfo_command
- @subpage edit_command
- @subpage erase_command
- @subpage export_command
- @subpage tftp_command
- @subpage loadenv_command
- @subpage mount_command
- @subpage printenv_command
- @subpage protect_command
- @subpage rarp_command
- @subpage saveenv_command
- @subpage setenv_command
- @subpage sh_command
- @subpage unprotect_command
@li @subpage addpart_command
@li @subpage cat_command
@li @subpage cd_command
@li @subpage cp_command
@li @subpage delpart_command
@li @subpage devinfo_command
@li @subpage edit_command
@li @subpage erase_command
@li @subpage export_command
@li @subpage tftp_command
@li @subpage loadenv_command
@li @subpage mount_command
@li @subpage printenv_command
@li @subpage protect_command
@li @subpage rarp_command
@li @subpage saveenv_command
@li @subpage setenv_command
@li @subpage sh_command
@li @subpage unprotect_command
*/

View File

@ -1,22 +1,23 @@
/** @page developers_manual Developer's Manual
This part of the documentation is intended for developers.
This part of the documentation is intended for developers of U-Boot-v2.
Some background knowledge for some frameworks in U-Boot v2
@section devel_backgrounds Some background knowledge for some frameworks U-Boot-v2
- @subpage driver_model
@li @subpage driver_model
@li @subpage dev_params
Hints and tips for simply adapting U-Boot v2
@section devel_hints Hints and tips for simply adapting U-Boot-v2
- @subpage dev_architecture
- @subpage dev_cpu
- @subpage dev_board
- @subpage dev_params
@li @subpage dev_architecture
@li @subpage dev_cpu
@li @subpage dev_board
Various themes:
@section devel_themes Various themes about U-Boot-v2
- @subpage how_mount_works
- @subpage boot_preparation
- @subpage uboot_simul
@li @subpage how_mount_works
@li @subpage boot_preparation
@li @subpage uboot_simul
@li @subpage io_access_functions
*/

View File

@ -6,9 +6,9 @@ Mostly everyone. The user needs it to find help for his daily work to manage
his targets. The developer to find out all the new features that make his
work easier.
- @subpage shell_notes
- @subpage readline_parser
- @subpage command_reference
- @subpage partitions
@li @subpage shell_notes
@li @subpage readline_parser
@li @subpage command_reference
@li @subpage partitions
*/
*/

View File

@ -84,9 +84,9 @@ Note: U-Boot-v2 expects an upward counting counter!
TODO
- @subpage dev_arm_mach
- @subpage dev_bf_mach
- @subpage dev_ppc_mach
@li @subpage dev_arm_mach
@li @subpage dev_bf_mach
@li @subpage dev_ppc_mach
*/