GNOME Bugzilla – Bug 690093
HTML_EXTRA_STYLESHEET not included correctly in index.html
Last modified: 2013-01-07 11:45:30 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.
Confirmed. Should already be fixed in the current subversion snapshot.
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.
Works with 1.8.3. Thank you.