GNOME Bugzilla – Bug 642475
Badly generated included_by graph
Last modified: 2011-02-17 19:57:36 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.
Created attachment 181012 [details] sample tar ball of an instance of the bug
Confirmed. Should be fixed in the next subversion update.
*** Bug 642505 has been marked as a duplicate of this bug. ***
Fixed in the last SVN release. Thanks a lot, that was quick ! :-)