coreboot-kgpe-d16/documentation
Martin Roth d7689e4ad5 Doxygen: add a "simple" output config and make target
This is a doxygen target I'm using for cleaning up the coreboot doxygen
output.  It runs in about a minute instead of....  a lot longer, and
only generates documentation for the coreboot/src directory, excluding
vendorcode.

It was requested that the comments be stripped to make it easier to
read.  This was done through the following command (split for gerrit):

head -n 1 Doxyfile.coreboot_simple > Doxyfile.tmp ;
cat Doxyfile.coreboot_simple | sed 's|^\s*#.*$||' | sed '/^$/d' | sed 's|[[:space:]]\+$||' >> Doxyfile.tmp ;
mv Doxyfile.tmp Doxyfile.coreboot_simple

I'm including the command here because any time the file is updated
with the doxygen wizard, it will need to be run again.  It might be
desirable to turn this into a script in the documentation directory.

Change-Id: Ic0cbbcd21aa647e80a037481546bdcd2aab8949e
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: http://review.coreboot.org/8068
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2015-01-08 21:59:17 +01:00
..
RFC Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
AMD-S3.txt documentation: Complete the AMD-S3.txt 2013-04-16 02:31:08 +02:00
CorebootBuildingGuide.tex mkelfimage: remove 2014-10-08 14:27:24 +02:00
Doxyfile.coreboot Run doxygen -u on doxygen configuration files 2010-06-28 10:40:38 +00:00
Doxyfile.coreboot_simple Doxygen: add a "simple" output config and make target 2015-01-08 21:59:17 +01:00
Kconfig.tex Drop drivers/generic/debug 2014-04-22 13:42:48 +02:00
Makefile Documentation: Use correct file name for the build guide in the Makefile 2014-07-04 19:03:10 +02:00
POSTCODES Whitespace/typo/cosmetic fixes (trivial). 2010-09-23 18:48:27 +00:00
beginverbatim.tex \\ are not escaped in a sane way between fedora and ubuntu! Just create 2009-08-12 20:25:24 +00:00
cbfs.txt Remove NRV2B compression support 2013-08-31 08:58:37 +02:00
codeflow.svg Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
coreboot_logo.png documentation: Add small coreboot logo in PNG format 2015-01-04 19:48:09 +01:00
endverbatim.tex \\ are not escaped in a sane way between fedora and ubuntu! Just create 2009-08-12 20:25:24 +00:00
gcov.txt Update gcov patch in documentation 2013-01-19 01:00:50 +01:00
hypertransport.svg Run dos2unix on all files: 2009-05-02 12:42:30 +00:00