anb0s / eclox

Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
http://anb0s.github.io/eclox
Eclipse Public License 2.0
34 stars 2 forks source link

Parse "Warn Logfile" if configured #232

Open lordyavin opened 5 years ago

lordyavin commented 5 years ago

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

  1. Set Warn Logfile
  2. Build Doxyfile

Your Environment

anb0s commented 5 years ago

How do you do "1. Set Warn Logfile" ?

anb0s commented 5 years ago

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).