Skip to content

Commit 8b064a2

Browse files
committed
Doxygen now output warnings formated for MSVC by default
(and easy to comment back to GCC like warnings)
1 parent 5ee3452 commit 8b064a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doxyfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,8 @@ WARN_NO_PARAMDOC = YES
735735
# FILE_VERSION_FILTER)
736736
# The default value is: $file:$line: $text.
737737

738-
WARN_FORMAT = "$file:$line: $text"
738+
#WARN_FORMAT = "$file:$line: $text" # GCC warning format
739+
WARN_FORMAT = "$file($line): $text" # MSVC warning format
739740

740741
# The WARN_LOGFILE tag can be used to specify a file to which warning and error
741742
# messages should be written. If left blank the output is written to standard

0 commit comments

Comments
 (0)