GNOME Bugzilla – Bug 646319
custom CSS is missing
Last modified: 2012-02-25 15:37:20 UTC
Generated by "doxygen -w html" custom header does not include CSS given by HTML_STYLESHEET Generated by version 1.7.4 HTML header contains following line for CSS file inclusion: <link href="$relpath$css" rel="stylesheet" type="text/css" /> but in version 1.7.3 it looks like: <link href="$relpath$doxygen.css" rel="stylesheet" type="text/css"/> P.S. Thanks for your work! doxygen is very nice but a little buggy :)
Custom CSS file is copied normally into documentation directory. Problem only with link from HTML header
This bug report is pretty hard to understand. I'll add a different description: If HTML_STYLESHEET is an absolute path, it is copied verbatim into the generated HTML files. For instance, if we specify "HTML_STYLESHEET = /path/to/my/css/file" all HTML files then contain the header: <link href="/path/to/my/css/file" rel="stylesheet" type="text/css" />
Thanks for the clarification. Problem should be fixed in the next subversion update.
*** Bug 670063 has been marked as a duplicate of this bug. ***
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.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.