We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb17db4 commit b8f2e52Copy full SHA for b8f2e52
1 file changed
Doxyfile
@@ -866,7 +866,7 @@ WARN_NO_PARAMDOC = YES
866
# will automatically be disabled.
867
# The default value is: NO.
868
869
-WARN_IF_UNDOC_ENUM_VAL = YES
+WARN_IF_UNDOC_ENUM_VAL = NO
870
871
# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
872
# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
@@ -875,7 +875,7 @@ WARN_IF_UNDOC_ENUM_VAL = YES
875
# Possible values are: NO, YES and FAIL_ON_WARNINGS.
876
877
878
-WARN_AS_ERROR = FAIL_ON_WARNINGS
+WARN_AS_ERROR = NO
879
880
# The WARN_FORMAT tag determines the format of the warning messages that doxygen
881
# can produce. The string should contain the $file, $line, and $text tags, which
0 commit comments