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 doxygen 1.9.3 #244

Open anb0s opened 2 years ago

anb0s commented 2 years ago

see comment

If you are using the last doxygen version (1.9.3) and add a doxyfile file to your c++ project,

it's not possible to activate the "Diagrams to generate" option, in the Basic tab. The only way to use this option is to activate a previous version of doxygen in eclipse. 

It would be necessary to update the eclox plugin to be able to activate again this option if you are using new versions of doxygen.