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

Strange behaviour regarding call and caller graph with graphviz dot #240

Closed Covarians closed 7 months ago

Covarians commented 3 years ago

Expected Behavior

When HAVE_DOT, CALL_GRAPH and CALLER_GRAPH are on YES I should have call and caller graph visible on all functions.

Actual Behavior

Sometime graphs appear for some functions and sometime they do not appear for the same functions. I have not been able to identify a change that would induce this effect. Soemtime in the same build I have graphs for one function and not for some others although I know they are calling functions.

Steps to Reproduce the Problem

Very difficult. I have not been able to restore the graph in some cases.

Your Environment

anb0s commented 3 years ago

Thanks for the report. I think this is not related to eclox plugin itself as it "only" gives you an editor for doxyfiles and it "just" calls doxygen executable for generating or updating the files. Eclox itself does not render or change the doxyfiles. May be you can provide your configuration to doxygen project and ask there?