summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2022-05-09 18:48:24 -0600
committerMartin L Roth <gaumless@tutanota.com>2022-05-28 01:24:51 +0000
commit619086d1056c73278fdeb0967421048e8e755bba (patch)
tree736f39656a489edf47b8be0a44fbcfe482210cff /README.md
parent471eda5ae183b7c2add94529e9b8fc627a155392 (diff)
downloadcoreboot-619086d1056c73278fdeb0967421048e8e755bba.tar.gz
coreboot-619086d1056c73278fdeb0967421048e8e755bba.tar.bz2
coreboot-619086d1056c73278fdeb0967421048e8e755bba.zip
Treewide: Remove doxygen config files and targets
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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 14879c14842f..0f0b2fdfee61 100644
--- a/README.md
+++ b/README.md
@@ -54,8 +54,7 @@ Build Requirements
Optional:
- * doxygen (for generating/viewing documentation)
- * gdb (for better debugging facilities on some targets)
+ * gdb (for better debugging facilities on some targets)
* ncurses (for `make menuconfig` and `make nconfig`)
* flex and bison (for regenerating parsers)