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 690093 - HTML_EXTRA_STYLESHEET not included correctly in index.html
HTML_EXTRA_STYLESHEET not included correctly in index.html
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.2
Other Windows
: Normal minor
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-12-12 12:08 UTC by orim.kurowe
Modified: 2013-01-07 11:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description orim.kurowe 2012-12-12 12:08:04 UTC
When I specify the extra stylesheet in my Doxyfile like this:
HTML_EXTRA_STYLESHEET = doc\doxygen_extra.css
the file will be correctly copied to the html output directory but inside index.html it will try to include doc\doxygen_extra.css when it should be just doxygen_extra.css.

Here is the entire directory structure:
./Doxyfile
./doc/doxygen_extra.css
./doc/html

and the corresponding settings:
HTML_OUTPUT = html
OUTPUT_DIRECTORY = doc
HTML_EXTRA_STYLE_SHEET = doc\doxygen_extra.css

On Linux this works perfectly but not on Windows. On Linux I use the normal slash as delimiter of course.

Tested on Windows XP SP3.
Comment 1 Dimitri van Heesch 2012-12-17 09:57:25 UTC
Confirmed. Should already be fixed in the current subversion snapshot.
Comment 2 Dimitri van Heesch 2012-12-26 16:09:21 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.3. 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.
Comment 3 orim.kurowe 2013-01-07 11:45:30 UTC
Works with 1.8.3.
Thank you.