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 336020 - tabs.css not found in subdirectories when using CREATE_SUBDIRS
tabs.css not found in subdirectories when using CREATE_SUBDIRS
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.4.x
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2006-03-25 22:58 UTC by Matthias Klose
Modified: 2006-03-29 18:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Klose 2006-03-25 22:58:41 UTC
[forwarded from http://bugs.debian.org/336249 ]

When using CREATE_SUBDIRS in the doxygen.cfg file, HTML 
files in the new subdirectories can't find tabs.css

The HTML output contains:
<link href="../../doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">

Changing this to:
<link href="../../doxygen.css" rel="stylesheet" type="text/css">
<link href="../../tabs.css" rel="stylesheet" type="text/css">

fixes the problem on a per-file basis but there are a LOT of files
to change!
Comment 1 Dimitri van Heesch 2006-03-29 17:37:17 UTC
Which version of doxygen did you use? From CVS it looks like this has been fixed in release-1.4.5-20051010. Let me know if you can still reproduce this on a later version.
Comment 2 Matthias Klose 2006-03-29 18:57:32 UTC
that was reported against 1.4.5, so should be fixed now.
Comment 3 Kevin McBride 2006-03-29 18:59:29 UTC
Closing bug per comment #2 as obsolete.