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 642475 - Badly generated included_by graph
Badly generated included_by graph
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.3
Other Mac OS
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
: 642505 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-02-16 15:34 UTC by Vincent Beffara
Modified: 2011-02-17 19:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sample tar ball of an instance of the bug (50.45 KB, application/x-gzip)
2011-02-16 15:35 UTC, Vincent Beffara
Details

Description Vincent Beffara 2011-02-16 15:34:30 UTC
The included_by graph generated by late versions of Doxygen (bug appears at SVN revision 748, where a big rewrite of dot.cpp occurs) are wrong: instead of all headers including a given one, only the first one appears.

Attached is a source tree where I can reproduce the bug. Look e.g. at html/common_8h.html for an instance of the bug.
Comment 1 Vincent Beffara 2011-02-16 15:35:40 UTC
Created attachment 181012 [details]
sample tar ball of an instance of the bug
Comment 2 Dimitri van Heesch 2011-02-17 19:03:28 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 3 Dimitri van Heesch 2011-02-17 19:04:21 UTC
*** Bug 642505 has been marked as a duplicate of this bug. ***
Comment 4 Vincent Beffara 2011-02-17 19:57:36 UTC
Fixed in the last SVN release. Thanks a lot, that was quick ! :-)