Commit bc2ae284 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 701550 - Error List window in Visual Studio no longer recognizes doxygen warnings

parent 8295d3ff
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
#include "filedef.h" #include "filedef.h"
static QCString outputFormat; static QCString outputFormat;
static const char *warning_str = "Warning: "; static const char *warning_str = "warning: ";
static const char *error_str = "Error: "; static const char *error_str = "error: ";
//static int warnFormatOrder; // 1 = $file,$line,$text //static int warnFormatOrder; // 1 = $file,$line,$text
// // 2 = $text,$line,$file // // 2 = $text,$line,$file
// // 3 = $line,$text,$file // // 3 = $line,$text,$file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment