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 /src/commonlib | |
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 'src/commonlib')
-rw-r--r-- | src/commonlib/include/commonlib/console/post_codes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/commonlib/include/commonlib/console/post_codes.h b/src/commonlib/include/commonlib/console/post_codes.h index 10793e317d..8b154caeb5 100644 --- a/src/commonlib/include/commonlib/console/post_codes.h +++ b/src/commonlib/include/commonlib/console/post_codes.h @@ -20,8 +20,7 @@ * DOCUMENTATION: * Please document any and all post codes using Doxygen style comments. We * want to be able to generate a verbose enough documentation that is useful - * during debugging. Failure to do so will result in your patch being rejected - * without any explanation or effort on part of the maintainers. + * during debugging. * */ |