619086d105
In the last coreboot leadership meeting, the doxygen documentation was declared to be dead. Remove it. Doxygen style comments can still be added to files, and we may generate doxygen based documentation, but it won't be for the entire project, but instead just for those individual areas where it is being maintained. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I8983a20793786a18d2331763660842fea836aa2a Reviewed-on: https://review.coreboot.org/c/coreboot/+/64228 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
42 lines
424 B
Text
42 lines
424 B
Text
junit.xml
|
|
abuild*.xml
|
|
.config
|
|
.config.old
|
|
defconfig
|
|
.coreboot-version
|
|
.xcompile
|
|
.ccwrap
|
|
build/
|
|
coreboot-builds/
|
|
coreboot-builds*/
|
|
|
|
site-local
|
|
|
|
*.\#
|
|
*.a
|
|
*.bin
|
|
*.debug
|
|
!Kconfig.debug
|
|
*.elf
|
|
*.fd
|
|
*.o
|
|
*.o.d
|
|
*.out
|
|
*.pyc
|
|
*.sw[po]
|
|
/*.rom
|
|
.test
|
|
.dependencies
|
|
|
|
# Development friendly files
|
|
tags
|
|
.clang_complete
|
|
|
|
# Cross-compile toolkits
|
|
xgcc/
|
|
tarballs/
|
|
|
|
# editor backup files, temporary files, IDE project files
|
|
*~
|
|
*.kate-swp
|
|
*.kdev4
|