After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 618509 - Only getting a function pointer, and a function call is added to a call graph.
Only getting a function pointer, and a function call is added to a call graph.
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.6.3
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2010-05-13 06:29 UTC by sakoken
Modified: 2018-07-30 10:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sakoken 2010-05-13 06:29:47 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 |
  +--------+         +-------+
Comment 1 André Klapper 2018-07-30 10:50:07 UTC
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!