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

Create eclipse problem markers for doxygen errors and warnings #234

Closed lordyavin closed 4 years ago

lordyavin commented 5 years ago

Expected Behavior

Each doxygen error and warning shall be added as eclipse problems markers to mark corresponding sources.

Actual Behavior

Source code is not marked with doxygen errors or warnings.

Steps to Reproduce the Problem

Run doxygen on sources that generates warnings and errors.

Your Environment

lordyavin commented 5 years ago

Mh, know it works. Don't know what I changed but probelm markers are created now.

lordyavin commented 5 years ago

The problems markers are shown in the editor but not in the Problems view.

anb0s commented 4 years ago

investigating, please try testing build #236

lordyavin commented 4 years ago

Just remembered that this issue is pending. With

it currently works.