mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Doxygen now output warnings formated for MSVC by default
(and easy to comment back to GCC like warnings)
This commit is contained in:
parent
5ee34521ba
commit
8b064a22a4
3
Doxyfile
3
Doxyfile
@ -735,7 +735,8 @@ WARN_NO_PARAMDOC = YES
|
||||
# FILE_VERSION_FILTER)
|
||||
# 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
|
||||
# messages should be written. If left blank the output is written to standard
|
||||
|
Loading…
x
Reference in New Issue
Block a user