I have tested call graph on C file,i guess doxygen can't generate a call
graph for function witch is not already defined.
As you see in your example, when you define function_a and function_b,
doxygen generate a call graph for function() that includes both a and b.
--
View this message in contex
Hi everyone,
We're documenting a Python code with doxygen and have just made the
following observation; Our file looks something like
#! /usr/bin/python3
"""
Comment block
"""
import foo
def main():
...
foo.bar()
Now the call graph of main() doesn't show foo.bar; However if we