You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
status RESOLVED severity minor in component general for ---
Reported in version 1.6.3 on platform Other
Assigned to: Dimitri van Heesch
On 2010-02-25 10:33:11 +0000, Carl R. Werth wrote:
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?
On 2010-03-14 10:48:49 +0000, Dimitri van Heesch wrote:
Confirmed. I'll add the $relpath$ and set the encoding to UTF8.
On 2010-06-15 11:22:36 +0000, Dimitri van Heesch wrote:
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.
The text was updated successfully, but these errors were encountered:
status RESOLVED severity minor in component general for ---
Reported in version 1.6.3 on platform Other
Assigned to: Dimitri van Heesch
On 2010-02-25 10:33:11 +0000, Carl R. Werth wrote:
On 2010-03-14 10:48:49 +0000, Dimitri van Heesch wrote:
On 2010-06-15 11:22:36 +0000, Dimitri van Heesch wrote:
The text was updated successfully, but these errors were encountered: