@@ -842,7 +842,7 @@ CITE_BIB_FILES =
842842# messages are off.
843843# The default value is: NO.
844844
845- QUIET = NO
845+ QUIET = YES
846846
847847# The WARNINGS tag can be used to turn on/off the warning messages that are
848848# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
@@ -883,15 +883,15 @@ WARN_IF_INCOMPLETE_DOC = YES
883883# WARN_IF_INCOMPLETE_DOC
884884# The default value is: NO.
885885
886- WARN_NO_PARAMDOC = NO
886+ WARN_NO_PARAMDOC = YES
887887
888888# If WARN_IF_UNDOC_ENUM_VAL option is set to YES, doxygen will warn about
889889# undocumented enumeration values. If set to NO, doxygen will accept
890890# undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag
891891# will automatically be disabled.
892892# The default value is: NO.
893893
894- WARN_IF_UNDOC_ENUM_VAL = NO
894+ WARN_IF_UNDOC_ENUM_VAL = YES
895895
896896# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
897897# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
@@ -907,7 +907,7 @@ WARN_IF_UNDOC_ENUM_VAL = NO
907907# Possible values are: NO, YES, FAIL_ON_WARNINGS and FAIL_ON_WARNINGS_PRINT.
908908# The default value is: NO.
909909
910- WARN_AS_ERROR = YES
910+ WARN_AS_ERROR = NO
911911
912912# The WARN_FORMAT tag determines the format of the warning messages that doxygen
913913# can produce. The string should contain the $file, $line, and $text tags, which
0 commit comments