Re: [Doxygen-users] Call graph generation in Python seems to not work
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2013-10-18 15:41:35
|
On Oct 18, 2013, at 12:07 , leeping <lpw...@gm...> wrote: > 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! Looks like the parser lost track and included the next couple of functions as part of the uncommadash function. Can you please file a bug report in the bug tracker for it with the above data? (attaching a small example capturing the problem would even be better) Here is the link: https://bugzilla.gnome.org/enter_bug.cgi?product=doxygen Regards, Dimitri |