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
Hi Albert,
On Sat, 10 Oct 2015 10:31:07 +0200
Albert wrote:
> I assume you caught the output of the perl script into a cpp fie and
> tried to process that with doxygen and this is working.
Yes indeed, that worked and works.
> One thing that comes quickly into my mind is: is EXTENSION_MAPPING