Skip to content

Commit 614635f

Browse files
committed
Turn on fail on doxygen warning
1 parent b3178d3 commit 614635f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inflection/docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ WARN_IF_UNDOC_ENUM_VAL = NO
901901
# Possible values are: NO, YES, FAIL_ON_WARNINGS and FAIL_ON_WARNINGS_PRINT.
902902
# The default value is: NO.
903903

904-
WARN_AS_ERROR = NO
904+
WARN_AS_ERROR = FAIL_ON_WARNINGS
905905

906906
# The WARN_FORMAT tag determines the format of the warning messages that doxygen
907907
# can produce. The string should contain the $file, $line, and $text tags, which

0 commit comments

Comments
 (0)