Doxygen now output warnings formated for MSVC by default

(and easy to comment back to GCC like warnings)
This commit is contained in:
Sébastien Rombauts 2016-07-16 16:14:43 +02:00
parent 5ee34521ba
commit 8b064a22a4

View File

@ -735,7 +735,8 @@ WARN_NO_PARAMDOC = YES
# FILE_VERSION_FILTER) # FILE_VERSION_FILTER)
# The default value is: $file:$line: $text. # The default value is: $file:$line: $text.
WARN_FORMAT = "$file:$line: $text" #WARN_FORMAT = "$file:$line: $text" # GCC warning format
WARN_FORMAT = "$file($line): $text" # MSVC warning format
# The WARN_LOGFILE tag can be used to specify a file to which warning and error # The WARN_LOGFILE tag can be used to specify a file to which warning and error
# messages should be written. If left blank the output is written to standard # messages should be written. If left blank the output is written to standard