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 640875 - [Patch] Add extra files to HTML output
[Patch] Add extra files to HTML output
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-01-29 00:56 UTC by Haffmans
Modified: 2012-11-18 11:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Extra files for HTML patch (3.66 KB, patch)
2011-01-29 00:56 UTC, Haffmans
none Details | Review

Description Haffmans 2011-01-29 00:56:15 UTC
Created attachment 179567 [details] [review]
Extra files for HTML patch

I've patched Doxygen to allow copying extra files (such as images, javascript, etc) to the HTML output directory. This makes it much easier to create richer templates with additional images etc., rather than being restricted to just the header, footer and style sheet.

The approach is as follows:
- Configuration tag "HTML_EXTRA_FILES" takes a list of files to copy
- After copying the logo and stylesheet, these files are copied. They are also added to the indexList, so they will be copied along to compressed help files (I tested with the QHelpGenerator, and that works).

I've only briefly tested this, so far with success.

Note that at the moment only single files are allowed, not directories. That might be a useful addition.

The patch is attached.
Comment 1 Dimitri van Heesch 2011-01-29 15:04:10 UTC
Thanks, I'll include the patch in the next subversion update.
Comment 2 Dimitri van Heesch 2011-03-28 14:18:56 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.4. 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.