Generating Function Call-Graph Doxygen+Graphviz

gcandal picture gcandal · Dec 30, 2012 · Viewed 6.9k times · Source

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).

Answer

gcandal picture gcandal · Dec 31, 2012

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