File inotify-tools-no-timestamp-in-doc.patch of Package inotify-tools
diff -Nur inotify-tools-3.14.orig/libinotifytools/src/Doxyfile inotify-tools-3.14/libinotifytools/src/Doxyfile
--- inotify-tools-3.14.orig/libinotifytools/src/Doxyfile 2010-03-12 14:53:46.000000000 +0100
+++ inotify-tools-3.14/libinotifytools/src/Doxyfile 2015-03-18 14:23:40.982989155 +0100
@@ -656,7 +656,7 @@
# each generated HTML page. If it is left blank doxygen will generate a
# standard footer.
-HTML_FOOTER =
+HTML_FOOTER = doxygen-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 -Nur inotify-tools-3.14.orig/libinotifytools/src/doxygen-footer.html inotify-tools-3.14/libinotifytools/src/doxygen-footer.html
--- inotify-tools-3.14.orig/libinotifytools/src/doxygen-footer.html 1970-01-01 01:00:00.000000000 +0100
+++ inotify-tools-3.14/libinotifytools/src/doxygen-footer.html 2015-03-18 15:06:21.686457501 +0100
@@ -0,0 +1,22 @@
+<!-- HTML footer for doxygen 1.8.9.1-->
+<!-- start footer part -->
+<!--BEGIN GENERATE_TREEVIEW-->
+<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
+ <ul>
+ $navpath
+ <li class="footer">$generatedby
+ <a href="http://www.doxygen.org/index.html">
+ <img class="footer" src="$relpath^doxygen.png" alt="doxygen"/></a> $doxygenversion </li>
+ </ul>
+</div>
+<!--END GENERATE_TREEVIEW-->
+<!--BEGIN !GENERATE_TREEVIEW-->
+<hr class="footer"/><address class="footer"><small>
+<a href="http://www.doxygen.org/index.html">
+<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/>
+</a>
+</small></address>
+<!--END !GENERATE_TREEVIEW-->
+</body>
+</html>
+