doc: doxygen: treat warnings as errors
Treat warnings as errors. Since we already disable warnings for undocumented members (the major source of warnings), reported warnings are in all cases real problems that should be fixed. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
a4025ebaff
commit
5e06397269
|
@ -726,6 +726,12 @@ WARN_IF_DOC_ERROR = YES
|
|||
|
||||
WARN_NO_PARAMDOC = NO
|
||||
|
||||
# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
|
||||
# a warning is encountered.
|
||||
# The default value is: 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
|
||||
# will be replaced by the file and line number from which the warning originated
|
||||
|
|
Loading…
Reference in New Issue