summaryrefslogtreecommitdiffstats
path: root/Doxyfile
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: remove doxygen documentationSascha Hauer2014-06-261-1310/+0
| | | | | | | The doxygen documentation is long outdated. Remove it. It will be replaced with sphinx based documentation later. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* doc: put barebox version into documentationRobert Schwebel2010-11-151-1/+1
| | | | | | | Currently the documentation does always claim to be version 1. We add the revision plus the git version to the manual. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: unify documentation for 'tftp'Robert Schwebel2010-11-011-1/+2
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: unify documentation for 'devinfo'Robert Schwebel2010-11-011-1/+3
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* doc: add macros to unify command help with doxygenRobert Schwebel2010-11-011-1/+1
| | | | | | | | | Currently we have duplicated all the information that appears online in 'help <command>' and in the doxygen documentation. This patch adds some infrastructure to specify help texts only once and re-use them for the integrated help as well as for the manual. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* Doxyfile: enable assembler filesRobert Schwebel2010-10-221-0/+1
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Doxyfile: remove unused featuresRobert Schwebel2010-10-221-4/+4
| | | | | | | Disable callgraph and friends, we don't use them anyway. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Doxyfile: remove non-existing directoriesRobert Schwebel2010-10-221-2/+2
| | | | | | | | The example and image directories are currently not used, so we remove the references from the Doxyfile. Silences a doxygen warning. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Doxyfile: add exclude rulesRobert Schwebel2010-10-221-1/+3
| | | | | | | | The mtd stuff copied from linux and elsewhere contains commands which are not understood by a 'real' doxygen. For now, we add exclude rules. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Doxyfile: remove obsolete boards directoryRobert Schwebel2010-10-221-1/+0
| | | | | | | | This directory does not exist any more, so we can remove it. Silences a doxygen warning. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Doxyfile: enable quiet outputRobert Schwebel2010-10-221-1/+1
| | | | | | | We set the output to "quiet" in order to see the warnings. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add netconsole supportSascha Hauer2010-06-171-1/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add a tool to activate barebox as a boot loader on x86 architecturesJuergen Beisert2010-01-141-1/+2
| | | | | | | | | | | To use barebox as a BIOS based bootloader for x86 architectures, the binary must be patched to get it bootstrapped at runtime. The 'setupmbr' tool installs the barebox-binary to the given device node or image file and patch it in accordance to the needed sector information at runtime. Signed-off by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* documentation updatesJuergen Beisert2009-12-151-24/+23
| | | | | Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This has been done with the following script: find -path ./.git -prune -o -type f -print0 | xargs -0 -r sed -i \ -e 's/u2boot/barebox/g' \ -e 's/U2Boot/barebox/g' \ -e 's/U-boot V2/barebox/g' \ -e 's/u-boot v2/barebox/g' \ -e 's/U-Boot V2/barebox/g' \ -e 's/U-Boot-v2/barebox/g' \ -e 's/U_BOOT/BAREBOX/g' \ -e 's/UBOOT/BAREBOX/g' \ -e 's/uboot/barebox/g' \ -e 's/u-boot/barebox/g' \ -e 's/u_boot/barebox/g' \ -e 's/U-Boot/barebox/g' \ -e 's/U-boot/barebox/g' \ -e 's/U-BOOT/barebox/g' find -path ./.git -prune -o \( -name "*u-boot*" -o -name "*uboot*" -o -name "*u_boot*" \) -print0 | \ xargs -0 -r rename 's/u[-_]?boot/barebox/' It needs some manual fixup following in the next patch Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Doxygen cleanupsSascha Hauer2008-04-041-537/+582
| | | | | | | | | - Remove trailing whitespaces from doxygen files - escape '<' '>' with backslashes. Otherwise Doxygen interpretes them as html tags Signed-off-by: Carsten Schlote <schlote@vahanus.net> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* saving added docuJuergen Beisert2007-11-051-1/+1
|
* manual org addedJuergen Beisert2007-10-191-1/+1
|
* shell info addedJuergen Beisert2007-10-191-2/+3
|
* basic doc structure addedJuergen Beisert2007-10-191-1/+2
|
* adding doxygen's base configurationJuergen Beisert2007-10-191-0/+1257