From 164ab112ab1336767d7ea5fc2a6cf70e73f8d9a7 Mon Sep 17 00:00:00 2001 From: Kamil Godzwon Date: Thu, 21 Apr 2022 07:16:16 -0400 Subject: [PATCH] doc/doxyfile: remove timestamps generation Doc files should be updated only if the file content (actual documentation) will change. Doxygen adds timestamps to the footer of every doc file in spdk/doc directory. Every day, when the date is changed, all pages get a new date and it triggers automatic commits push for all >500 doc pages with a new date in the footer. This change removes automatically generated timestamps for each spdk/doc file footer. In fact, these timestamps are not visible directly on the page running in the browser anyway. Signed-off-by: Kamil Godzwon Change-Id: I6039a250613f109e255fd61a55ba9e3b197e7b10 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12326 Reviewed-by: Konrad Sztyber Reviewed-by: Tomasz Zawadzki Tested-by: SPDK CI Jenkins --- doc/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 188627def..d05d692be 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -1243,7 +1243,7 @@ HTML_COLORSTYLE_GAMMA = 80 # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_TIMESTAMP = YES +HTML_TIMESTAMP = NO # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML # documentation will contain sections that can be hidden and shown after the