From 8836b6f6818fb4ad8919d10eb3b9958c2417a517 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 10 Nov 2015 09:31:16 -0700 Subject: [PATCH] doc: tweak Doxygen footer Remove the $generatedby string, which contains the current date, causing diffs whenever the docs are regenerated even if there is no new content. Change-Id: I2a45a086d464bb23cac4b9ffc802666722c45d06 Signed-off-by: Daniel Verkamp --- doc/Doxyfile.nvme | 2 +- doc/footer.html | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 doc/footer.html diff --git a/doc/Doxyfile.nvme b/doc/Doxyfile.nvme index e1d2ed12a..15756de0d 100644 --- a/doc/Doxyfile.nvme +++ b/doc/Doxyfile.nvme @@ -1066,7 +1066,7 @@ HTML_HEADER = # that doxygen normally uses. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_FOOTER = +HTML_FOOTER = 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 fine-tune the look of diff --git a/doc/footer.html b/doc/footer.html new file mode 100644 index 000000000..6608a853b --- /dev/null +++ b/doc/footer.html @@ -0,0 +1,12 @@ + + + + + + + +