GNOME Bugzilla – Bug 670063
Custom css is linked with its original path inside HTML output
Last modified: 2012-02-16 19:04:29 UTC
Hello, I have customized the css for HTML output: just added a background colour on h2, h3, and h4. My first attempt. The file is placed here "ref\doxyfile.template_html.css" where ref\ is a directory of my project Then I specify HTML_STYLESHEET = "ref\doxyfile.template_html.css" inside the doxyfile 1) The file is copied inside the HTML output directory (OK, as per documentation) 2) BUG. Inside the html files generated by doxygen it's found <link href="ref\doxyfile.template_html.css" rel="stylesheet" type="text/css" /> and of course it does not work! SOLUTION: The original path where the css file is located has to be removed since the css is always copied in the html root. Thank you! Fabrizio.
Confirmed. Should be fixed in the next subversion update. *** This bug has been marked as a duplicate of bug 646319 ***