How can I generate a graph of function calls using Doxywizard with Graphviz installed? (I know how to get doxygen to create graphs of calls and callers for c functions, but that didn't help)
Currently, I have tried the following configuration: http://pastebin.com/PjLjwjxU , but I can not find the graphics anywhere (I never used the tool for this, so this may not be a problem, but a problem with the user).
By reloading and deleting the DOT_PATH specification, it solved the problem.