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

Support resources in linked folders #176

Closed Corderbollie closed 7 years ago

Corderbollie commented 7 years ago

Hi. I noticed that eclox is not able to create markers from doxygen messages that are related to files located in linked folders. Some time ago I changed version 0.10.1 of eclox for my own to also create markers from messages related to such sources. I have attached the diff file here. It would be nice if you could integrate that change also into your code. eclox_linkedresources.txt

anb0s commented 7 years ago

Thank You! I will fix this for next release.

anb0s commented 7 years ago

fixed for 0.11.0 beta 1

anb0s commented 7 years ago

fixed with #177