Skip to content

Commit b8f2e52

Browse files
committed
Doxygen FailonWarnings Disabled
1 parent eb17db4 commit b8f2e52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ WARN_NO_PARAMDOC = YES
866866
# will automatically be disabled.
867867
# The default value is: NO.
868868

869-
WARN_IF_UNDOC_ENUM_VAL = YES
869+
WARN_IF_UNDOC_ENUM_VAL = NO
870870

871871
# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
872872
# 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
875875
# Possible values are: NO, YES and FAIL_ON_WARNINGS.
876876
# The default value is: NO.
877877

878-
WARN_AS_ERROR = FAIL_ON_WARNINGS
878+
WARN_AS_ERROR = NO
879879

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

0 commit comments

Comments
 (0)