6
votes

How can I generate a function call graph using Doxywizard with Graphviz installed? (I'm aware of how to get doxygen to produce call & caller graphs for c functions, but it didn't help)

Currently, I've tried the following config: http://pastebin.com/PjLjwjxU, but I can't find the graphs anywhere (I've never used the tool for this matter, so it may not be a technical issue, but more of a user problem).

1
i have used this once, i can't remember every bits but i do remember that you need the dot package to use the graphviz generator so you should specify the platform/OS that you are using because you probably do not have something installed in the right way.user1824407
perhaps you are interested in this: stackoverflow.com/questions/5373714/…Johannes Schaub - litb
The image of the call graph is in the generated html directory...benjarobin
How does this handle indirect function calls?Ira Baxter
I'm using Windows 8, and I know it should be generated in the html folder.gcandal

1 Answers

0
votes

By rebooting and removing the DOT_PATH specification, it solved the problem.