We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee3452 commit 8b064a2Copy full SHA for 8b064a2
Doxyfile
@@ -735,7 +735,8 @@ WARN_NO_PARAMDOC = YES
735
# FILE_VERSION_FILTER)
736
# The default value is: $file:$line: $text.
737
738
-WARN_FORMAT = "$file:$line: $text"
+#WARN_FORMAT = "$file:$line: $text" # GCC warning format
739
+WARN_FORMAT = "$file($line): $text" # MSVC warning format
740
741
# The WARN_LOGFILE tag can be used to specify a file to which warning and error
742
# messages should be written. If left blank the output is written to standard
0 commit comments