Open lordyavin opened 5 years ago
How do you do "1. Set Warn Logfile" ?
ah ok i've found it: WARN_LOGFILE https://stackoverflow.com/questions/17363014/doxygen-how-to-write-log-output-to-file http://www.doxygen.nl/manual/config.html
WARN_LOGFILE 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 error (stderr).
Expected Behavior
If Warn Logfile is configured parse it's content instead of console output to create problem markers.
Actual Behavior
Warn Logfile setting is ignored and no problem markers are created because warnings are not printed to standard output.
Steps to Reproduce the Problem
Your Environment