[Doxygen-users] Call graph generation in Python seems to not work
Brought to you by:
dimitri
From: leeping <lpw...@gm...> - 2013-10-18 10:07:32
|
Hi there, I have a Doxygen documentation page located at http://leeping.github.io/forcebalance/doc/html/ . The documentation generator works amazingly well, but the call graph generation seems to be broken for some functions defined in the Python module. For instance, in this call graph, "uncommadash" appears to have a complex network of calls, but in reality it doesn't call any of these functions: http://leeping.github.io/forcebalance/doc/html/api/namespaceforcebalance_1_1nifty.html#afa670d68f01813ac8d429bc5cbdb4f9f I also have an example on my GitHub issue list for this code base: https://github.com/leeping/forcebalance/issues/4 My doxygen configuration is here: https://github.com/leeping/forcebalance/blob/master/doc/.api.cfg If someone could take a look at this issue, I would greatly appreciate it! Thanks, - Lee-Ping -- View this message in context: http://doxygen.10944.n7.nabble.com/Call-graph-generation-in-Python-seems-to-not-work-tp6332.html Sent from the Doxygen - Users mailing list archive at Nabble.com. |