|
@@ -793,7 +793,7 @@ CITE_BIB_FILES =
|
|
# messages are off.
|
|
# messages are off.
|
|
# The default value is: NO.
|
|
# The default value is: NO.
|
|
|
|
|
|
-QUIET = NO
|
|
|
|
|
|
+QUIET = YES
|
|
|
|
|
|
# The WARNINGS tag can be used to turn on/off the warning messages that are
|
|
# The WARNINGS tag can be used to turn on/off the warning messages that are
|
|
# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
|
|
# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
|
|
@@ -843,7 +843,7 @@ WARN_NO_PARAMDOC = NO
|
|
# Possible values are: NO, YES and FAIL_ON_WARNINGS.
|
|
# Possible values are: NO, YES and FAIL_ON_WARNINGS.
|
|
# The default value is: NO.
|
|
# The default value is: NO.
|
|
|
|
|
|
-WARN_AS_ERROR = NO
|
|
|
|
|
|
+WARN_AS_ERROR = FAIL_ON_WARNINGS
|
|
|
|
|
|
# The WARN_FORMAT tag determines the format of the warning messages that doxygen
|
|
# 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
|
|
# can produce. The string should contain the $file, $line, and $text tags, which
|
|
@@ -1171,7 +1171,7 @@ VERBATIM_HEADERS = YES
|
|
# generated with the -Duse_libclang=ON option for CMake.
|
|
# generated with the -Duse_libclang=ON option for CMake.
|
|
# The default value is: NO.
|
|
# The default value is: NO.
|
|
|
|
|
|
-CLANG_ASSISTED_PARSING = NO
|
|
|
|
|
|
+#CLANG_ASSISTED_PARSING = NO
|
|
|
|
|
|
# If the CLANG_ASSISTED_PARSING tag is set to YES and the CLANG_ADD_INC_PATHS
|
|
# If the CLANG_ASSISTED_PARSING tag is set to YES and the CLANG_ADD_INC_PATHS
|
|
# tag is set to YES then doxygen will add the directory of each input to the
|
|
# tag is set to YES then doxygen will add the directory of each input to the
|
|
@@ -1179,7 +1179,7 @@ CLANG_ASSISTED_PARSING = NO
|
|
# The default value is: YES.
|
|
# The default value is: YES.
|
|
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
|
|
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
|
|
|
|
|
|
-CLANG_ADD_INC_PATHS = YES
|
|
|
|
|
|
+#CLANG_ADD_INC_PATHS = YES
|
|
|
|
|
|
# If clang assisted parsing is enabled you can provide the compiler with command
|
|
# If clang assisted parsing is enabled you can provide the compiler with command
|
|
# line options that you would normally use when invoking the compiler. Note that
|
|
# line options that you would normally use when invoking the compiler. Note that
|
|
@@ -1187,7 +1187,7 @@ CLANG_ADD_INC_PATHS = YES
|
|
# specified with INPUT and INCLUDE_PATH.
|
|
# specified with INPUT and INCLUDE_PATH.
|
|
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
|
|
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
|
|
|
|
|
|
-CLANG_OPTIONS =
|
|
|
|
|
|
+#CLANG_OPTIONS =
|
|
|
|
|
|
# If clang assisted parsing is enabled you can provide the clang parser with the
|
|
# If clang assisted parsing is enabled you can provide the clang parser with the
|
|
# path to the directory containing a file called compile_commands.json. This
|
|
# path to the directory containing a file called compile_commands.json. This
|
|
@@ -1200,7 +1200,7 @@ CLANG_OPTIONS =
|
|
# Note: The availability of this option depends on whether or not doxygen was
|
|
# Note: The availability of this option depends on whether or not doxygen was
|
|
# generated with the -Duse_libclang=ON option for CMake.
|
|
# generated with the -Duse_libclang=ON option for CMake.
|
|
|
|
|
|
-CLANG_DATABASE_PATH =
|
|
|
|
|
|
+#CLANG_DATABASE_PATH =
|
|
|
|
|
|
#---------------------------------------------------------------------------
|
|
#---------------------------------------------------------------------------
|
|
# Configuration options related to the alphabetical class index
|
|
# Configuration options related to the alphabetical class index
|