From 8b064a22a4b2aed42ccc6939d0c8aabe865f52f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Sat, 16 Jul 2016 16:14:43 +0200 Subject: [PATCH] Doxygen now output warnings formated for MSVC by default (and easy to comment back to GCC like warnings) --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index ee0a184..3d17c49 100644 --- a/Doxyfile +++ b/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