464fee
Patch by Robert Scheck <robert@fedoraproject.org> for libburn >= 0.6.16, which solves the
464fee
multilib/multiarch problem by removing the timestamp within the footer from the doxygen
464fee
generated files.
464fee
464fee
--- libburn-0.6.16/doc/doxygen.conf.in				2008-11-25 11:00:11.000000000 +0100
464fee
+++ libburn-0.6.16/doc/doxygen.conf.in.multilib			2009-03-17 22:17:03.000000000 +0100
464fee
@@ -904,7 +904,7 @@
464fee
 # each generated HTML page. If it is left blank doxygen will generate a
464fee
 # standard footer.
464fee
 
464fee
-HTML_FOOTER            =
464fee
+HTML_FOOTER            = doc/footer_no_timestamp.html
464fee
 
464fee
 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
464fee
 # style sheet that is used by each HTML page. It can be used to
464fee
--- libburn-0.6.16/doc/footer_no_timestamp.html			1970-01-01 01:00:00.000000000 +0100
464fee
+++ libburn-0.6.16/doc/footer_no_timestamp.html.multilib	2009-03-17 22:18:47.000000000 +0100
464fee
@@ -0,0 +1,5 @@
464fee
+
<address style="text-align: right;"><small>Generated for $projectname by 
464fee
+
464fee
+doxygen $doxygenversion </small></address>
464fee
+</body>
464fee
+</html>