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 <kamilx.godzwon@intel.com> Change-Id: I6039a250613f109e255fd61a55ba9e3b197e7b10 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12326 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
2365ebd5ba
commit
164ab112ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user