GNOME Bugzilla – Bug 658218
Html stylesheet link incorrect
Last modified: 2012-07-09 17:48:15 UTC
Hello, the path for the linked CSS stylesheet in HTML pages seems to be taken directly from the Doxyfile's HTML_STYLESHEET parameter, instead of pointing to the local copy (where index.html is generated) as with Doxygen 1.7.4. For the setting of HTML_STYLESHEET = ./doc/doxygen.html Doxygen 1.7.5.1 generates: <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="./doc/doxygen.css" rel="stylesheet" type="text/css" /> Doxygen 1.7.4 generates: <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> This results in the stylesheet not being found by browser. I haven't found any note of change in the stylesheet behavior in ChangeLog so assume this is a bug. I can upload sample code and Doxyfile, if needed.
This *may* be related to the bug 657704 (https://bugzilla.gnome.org/show_bug.cgi?id=657704).
I've also recently ran into this bug. It's really annoying and there does not seem to be a workaround.
Hi Ivan, Which version of doxygen are you using?
Hi, I've recently upgraded to 1.8.1.1 and the problem seems to have been fixed.
Ah good to hear.