File gr-air-modes-remove-html-timestamp.patch of Package gr-air-modes
diff -up gr-air-modes/docs/doxygen/Doxyfile.in.timestamp gr-air-modes/docs/doxygen/Doxyfile.in --- gr-air-modes/docs/doxygen/Doxyfile.in.timestamp 2013-08-31 12:44:13.000000000 +0200 +++ gr-air-modes/docs/doxygen/Doxyfile.in 2015-01-30 01:50:33.000000000 +0100 @@ -807,6 +807,12 @@ HTML_FOOTER = HTML_STYLESHEET = +# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML +# page will contain the date and time when the page was generated. Setting +# this to NO can help when comparing the output of multiple runs. + +HTML_TIMESTAMP = NO + # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to # NO a bullet list will be used. diff -up gr-air-modes/docs/doxygen/Doxyfile.swig_doc.in.timestamp gr-air-modes/docs/doxygen/Doxyfile.swig_doc.in --- gr-air-modes/docs/doxygen/Doxyfile.swig_doc.in.timestamp 2013-08-31 12:44:13.000000000 +0200 +++ gr-air-modes/docs/doxygen/Doxyfile.swig_doc.in 2015-01-30 01:50:54.000000000 +0100 @@ -796,6 +796,12 @@ HTML_FOOTER = HTML_STYLESHEET = +# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML +# page will contain the date and time when the page was generated. Setting +# this to NO can help when comparing the output of multiple runs. + +HTML_TIMESTAMP = NO + # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to # NO a bullet list will be used.