mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
Doxygen: set warning format for MSVC builds
When using Visual Studio (MSVC), have Doxygen output its warnings with the file/line prefix in the MSVC standard, so that double-clicking on the warnings brings you to the right source location. Change-Id: If492f83a651cf6d4a38186c9e36ffcb57f1d72ce Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/55801 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
committed by
Tint LUCI CQ
parent
6241f962a1
commit
e25a8fc7f0
2
Doxyfile
2
Doxyfile
@@ -767,7 +767,7 @@ WARN_AS_ERROR = $(DOXYGEN_WARN_AS_ERROR)
|
||||
# FILE_VERSION_FILTER)
|
||||
# The default value is: $file:$line: $text.
|
||||
|
||||
WARN_FORMAT = "$file:$line: $text"
|
||||
WARN_FORMAT = $(DOXYGEN_WARN_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
|
||||
|
||||
Reference in New Issue
Block a user