GNOME Bugzilla – Bug 618509
Only getting a function pointer, and a function call is added to a call graph.
Last modified: 2018-07-30 10:50:07 UTC
Version details: 1.6.3 Distribution/Version: WindowsXP(SP3) Only getting a function pointer, and a function call is added in a call graph. The main calls no function in "example.c". But doxygen outputs a function call. -- example.c ------------------------------------------------------- void funcA( void ) { } void funcB( void ) { } int main( void ) { volatile void (*pA)(void) = &funcA; volatile void (*pB)(void) = funcB; return 0; } --call graph--------------------------------------------------------- +--------+ +-------+ | |-------->| funcA | | main | +=======+ | |-------->| funcB | +--------+ +-------+
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to https://github.com/doxygen/doxygen/issues All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github. Hence I am closing this GNOME Bugzilla ticket. Please use the corresponding ticket in Github instead. Thanks a lot!