diff options
author | Martin Roth <gaumless@gmail.com> | 2022-05-09 18:48:24 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-05-28 01:24:51 +0000 |
commit | 619086d1056c73278fdeb0967421048e8e755bba (patch) | |
tree | 736f39656a489edf47b8be0a44fbcfe482210cff /README.md | |
parent | 471eda5ae183b7c2add94529e9b8fc627a155392 (diff) |
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.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |