GNOME Bugzilla – Bug 616761
Doxygen mixes function names with variable names
Last modified: 2018-07-30 10:23:32 UTC
Created attachment 159507 [details] Test .c and the generated call graph If a function "func_1()" declares a local variable "intTest" of the same name as another function "intTest()", the generated call graph of function "func_1()" is generated as if it calls the other function "intTest()" Refer to the attached .c and call graph
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.0. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.
This problem is still present in the 1.8.12 version
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!