doxygen/tests/upstream-test-suite/_057_caller_graphs.tcl

5 lines
99 B
Tcl
Raw Normal View History

2019-03-06 17:39:53 +00:00
proc inFileB args {
array set info [info frame 0]; puts -nonewline ->$info(proc)
inFileA
}