GNOME Bugzilla – Bug 640875
[Patch] Add extra files to HTML output
Last modified: 2012-11-18 11:12:21 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.
Thanks, I'll include the patch in the next subversion update.
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.