After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 646319 - custom CSS is missing
custom CSS is missing
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.4
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
: 670063 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-03-31 10:46 UTC by Anton
Modified: 2012-02-25 15:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Anton 2011-03-31 10:46:29 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 :)
Comment 1 Anton 2011-03-31 11:02:08 UTC
Custom CSS file is copied normally into documentation directory. Problem only with link from HTML header
Comment 2 Florian 2012-02-10 03:33:54 UTC
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" />
Comment 3 Dimitri van Heesch 2012-02-11 22:54:43 UTC
Thanks for the clarification. Problem should be fixed in the next subversion update.
Comment 4 Dimitri van Heesch 2012-02-16 19:04:29 UTC
*** Bug 670063 has been marked as a duplicate of this bug. ***
Comment 5 Dimitri van Heesch 2012-02-25 15:37:20 UTC
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.