Doxygen: Warnings are errors

This commit is contained in:
Dirk Ziegelmeier 2018-11-25 14:38:16 +01:00
parent 982b86fa48
commit c79af6e53e
2 changed files with 2 additions and 2 deletions

View File

@ -762,7 +762,7 @@ WARN_NO_PARAMDOC = NO
# a warning is encountered.
# The default value is: NO.
WARN_AS_ERROR = NO
WARN_AS_ERROR = YES
# The WARN_FORMAT tag determines the format of the warning messages that doxygen
# can produce. The string should contain the $file, $line, and $text tags, which

View File

@ -762,7 +762,7 @@ WARN_NO_PARAMDOC = NO
# a warning is encountered.
# The default value is: NO.
WARN_AS_ERROR = NO
WARN_AS_ERROR = YES
# The WARN_FORMAT tag determines the format of the warning messages that doxygen
# can produce. The string should contain the $file, $line, and $text tags, which