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 665583 - Wrong xhtml generated if mscgen used
Wrong xhtml generated if mscgen used
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.6
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-12-05 10:46 UTC by Hans
Modified: 2011-12-10 20:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Config, source and result with wrong xhtml (82.18 KB, application/x-7z-compressed)
2011-12-05 10:46 UTC, Hans
Details

Description Hans 2011-12-05 10:46:51 UTC
Created attachment 202799 [details]
Config, source and result with wrong xhtml

If I use msc in my source, and set format to xhtml and svg, then doxygen generates wrong xhtml files.

Settings:
HTML_FILE_EXTENSION    = .xhtml
DOT_IMAGE_FORMAT       = svg
INTERACTIVE_SVG        = YES

Result:
Error message from Firefox:
XML-Verarbeitungsfehler: Nicht übereinstimmendes Tag. Erwartet: </img>.
Adresse: file:///K:/CVSLocal/DoxygenMscErr/Doku_Doxy/html/main_8c.xhtml
Zeile Nr. 134, Spalte 3:

</div>
--^

(means: expected: </img>; found unexpected: </div> in line 134 column 3)

Tested with doxygen 1.7.6 and 1.7.5.1 in German WinXPpro SP3.
Comment 1 Dimitri van Heesch 2011-12-10 09:39:58 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2011-12-10 20:39:24 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.6.1. 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.