GNOME Bugzilla – Bug 611056
missing relative path for doxygen.png
Last modified: 2010-06-15 11:22:36 UTC
In method htmlgen.cpp: HtmlGenerator::writeFooterFile(QFile &file) the relative path for doxygen.png is missing. When CREATE_SUBDIRS is set, the link will be generated incorrect. Proposal analogous to function writeDefaultHeaderFile: << "<img class=\"footer\" src=\"" << relPathStr << "doxygen.png\" alt=\"doxygen\"/>" It should be set before (as it is also done in writeDefaultHeaderFile): relPathStr="$relpath$"; PS: In method htmlgen.cpp: HtmlGenerator::writeHeaderFile(QFile &file) the file is set to UTF8-mode: t.setEncoding(QTextStream::UnicodeUTF8); Ought this be done to the file for the footer in htmlgen.cpp: HtmlGenerator::writeFooterFile(QFile &file) too?
Confirmed. I'll add the $relpath$ and set the encoding to UTF8.
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.