GNOME Bugzilla – Bug 641904
call graph (with dot) in calling order
Last modified: 2011-09-15 10:51:05 UTC
Created attachment 180443 [details] demo file for dot, with graphic Hello doxygen, an useful enhancement for me would be: Arrangement of the call graph (with dot) in the (real) calling order in the calling function. I tested with dot, with some little files, to see what is going to be produced. I found, that the order in (my little) call graphs is the order the calls are arranged in the “source” (.dot) file. In your dot-files, the nodes appear in an alphabetical order. If they were arranged in the calling order, dot should produce the call graph in the real sequence. Attached you can find my little example: a dot file, and a graphic, generated with dot. Dot.exe -Tpng aufruf3.dot -o aufruf3.png. It is even possible, to have the same function called twice. Just have an extra Node with the same label. This could reflect very good the “real” usage of function-calls in (my) embedded software projects. There it is essential, in which order the functions are called, and also if they were called twice from the same calling function. i´m actually using doxygen 1.7.1
I'll add the functions in order of first appearance to the dot graph.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.5. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.
https://bugzilla.gnome.org/show_bug.cgi?id=657418 I think I am having this same problem or a very similar one. What do you think?