23 lines
1016 B
Diff
23 lines
1016 B
Diff
diff -rupN portmidi.old/Doxyfile portmidi/Doxyfile
|
|
--- portmidi.old/Doxyfile 2009-01-02 15:16:17.000000000 -0500
|
|
+++ portmidi/Doxyfile 2012-06-12 22:45:25.821808644 -0400
|
|
@@ -765,7 +765,7 @@ HTML_HEADER =
|
|
# each generated HTML page. If it is left blank doxygen will generate a
|
|
# standard footer.
|
|
|
|
-HTML_FOOTER =
|
|
+HTML_FOOTER = no_date_footer.html
|
|
|
|
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
|
|
# style sheet that is used by each HTML page. It can be used to
|
|
diff -rupN portmidi.old/no_date_footer.html portmidi/no_date_footer.html
|
|
--- portmidi.old/no_date_footer.html 1969-12-31 19:00:00.000000000 -0500
|
|
+++ portmidi/no_date_footer.html 2012-06-04 20:21:32.825802299 -0400
|
|
@@ -0,0 +1,6 @@
|
|
+<hr size="1"><address style="text-align: right;"><small>
|
|
+Generated for $projectname by <a href="http://www.doxygen.org/
|
|
+index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a>
|
|
+$doxygenversion</small></address>
|
|
+</body>
|
|
+</html>
|