I'm using doxygen 1.7.5.1 to generate docs for tcl code. I want to get also a call graph, but I get none. I have tried both setting CALL_GRAPH to yes and adding the \callgraph tag to all procedures' comments. I have dot installed and call graph generation works fine for c-code on the same system.
The tcl code that we have is like an extension to the main program, so it lacks the start code that is usually present in a complete program. Coul'd that be the problem? In that case, is there some workaround?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using doxygen 1.7.5.1 to generate docs for tcl code. I want to get also a call graph, but I get none. I have tried both setting CALL_GRAPH to yes and adding the \callgraph tag to all procedures' comments. I have dot installed and call graph generation works fine for c-code on the same system.
The tcl code that we have is like an extension to the main program, so it lacks the start code that is usually present in a complete program. Coul'd that be the problem? In that case, is there some workaround?
Are call/caller graphes supposed to work? Tested 1.8.2 today and still no graphs. Not even for very simple code like