Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing relative path for doxygen.png (Origin: bugzilla #611056) #3685

Closed
doxygen opened this issue Jul 2, 2018 · 0 comments
Closed

missing relative path for doxygen.png (Origin: bugzilla #611056) #3685

doxygen opened this issue Jul 2, 2018 · 0 comments

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

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.

@doxygen doxygen closed this as completed Jul 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant