diff options
author | Martin Roth <martinroth@google.com> | 2016-07-06 10:17:19 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-07-12 22:41:02 +0200 |
commit | 4934818118bdf36927bc8e15aa4d609ba2348b25 (patch) | |
tree | 01e83fa3b00126b0e9b4b9574180db4552439325 /Documentation | |
parent | 5d2c0ef740b3dae5c7794df11fedab615b90febd (diff) |
Documentation: Fix doxygen errors
Change-Id: I195fd3a9c7fc07c35913342d2041e1ffef110466
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/15549
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/Doxyfile.coreboot_simple | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/Doxyfile.coreboot_simple b/Documentation/Doxyfile.coreboot_simple index 2135d96b3b..6aed013848 100644 --- a/Documentation/Doxyfile.coreboot_simple +++ b/Documentation/Doxyfile.coreboot_simple @@ -3,7 +3,7 @@ DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = coreboot PROJECT_NUMBER = PROJECT_BRIEF = "coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers." -PROJECT_LOGO = documentation/coreboot_logo.png +PROJECT_LOGO = Documentation/coreboot_logo.png OUTPUT_DIRECTORY = doxygen CREATE_SUBDIRS = YES ALLOW_UNICODE_NAMES = NO @@ -85,8 +85,7 @@ WARN_IF_DOC_ERROR = YES WARN_NO_PARAMDOC = YES WARN_FORMAT = "$file:$line: $text" WARN_LOGFILE = -INPUT = src \ - documentation +INPUT = src INPUT_ENCODING = UTF-8 FILE_PATTERNS = RECURSIVE = YES |