GNOME Bugzilla – Bug 617278
Caller graph generates invalid XHTML
Last modified: 2010-06-15 11:22:13 UTC
Generating a caller graph generates <img> tag without matching end-tag </img> (or just ending the <img />). This causes for example the generated Eclipse documentation to not be readable at all because it fails the DOM parser validation. Example culprit line from generated code: <p><div class="dynheader"> Here is the caller graph for this function:</div> <div class="dynsection"> <div class="center"><img src="classXXX_icgraph.png" border="0" usemap="#classXXX_icgraph_map" alt=""></div>
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.