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 670063 - Custom css is linked with its original path inside HTML output
Custom css is linked with its original path inside HTML output
Status: RESOLVED DUPLICATE of bug 646319
Product: doxygen
Classification: Other
Component: general
1.7.6.1
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-02-14 12:49 UTC by Fabrizio Da Ros
Modified: 2012-02-16 19:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Fabrizio Da Ros 2012-02-14 12:49:55 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.
Comment 1 Dimitri van Heesch 2012-02-16 19:04:29 UTC
Confirmed. Should be fixed in the next subversion update.

*** This bug has been marked as a duplicate of bug 646319 ***