Menu

Tcl and call graph

2011-11-21
2013-06-11
  • Christer Sandberg

    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?

     
  • W T Schueller

    W T Schueller - 2012-10-13

    Are call/caller graphes supposed to work? Tested 1.8.2 today and still no graphs.  Not even for very simple code like

    proc a {} {
    return
    }
    proc b {} {
    a
    return
    }
    
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.