diff options
author | Ruben Undheim <ruben.undheim@gmail.com> | 2016-02-10 20:34:39 +0100 |
---|---|---|
committer | laforge <laforge@gnumonks.org> | 2019-07-17 11:03:44 +0000 |
commit | 8f6700fa8a09201188528f61f78c58072a79982f (patch) | |
tree | 1e74435da5a866425e21963f1920697ac8d83968 | |
parent | a3dec04c004f5d8ef8fe0c628e278fa35368dcd9 (diff) |
Set HTML_TIMESTAMP to NO to make build reproducible
Change-Id: I56cce5cda0621f5e9f1c28aaad4646e9e267d17d
-rw-r--r-- | Doxyfile.codec.in | 2 | ||||
-rw-r--r-- | Doxyfile.core.in | 2 | ||||
-rw-r--r-- | Doxyfile.gsm.in | 2 | ||||
-rw-r--r-- | Doxyfile.vty.in | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Doxyfile.codec.in b/Doxyfile.codec.in index 307e3e14..88f0d27a 100644 --- a/Doxyfile.codec.in +++ b/Doxyfile.codec.in @@ -891,7 +891,7 @@ HTML_COLORSTYLE_GAMMA = 80 # 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 = YES +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 diff --git a/Doxyfile.core.in b/Doxyfile.core.in index f83205ac..c2bfcd5d 100644 --- a/Doxyfile.core.in +++ b/Doxyfile.core.in @@ -891,7 +891,7 @@ HTML_COLORSTYLE_GAMMA = 80 # 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 = YES +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 diff --git a/Doxyfile.gsm.in b/Doxyfile.gsm.in index aae0e897..fd893907 100644 --- a/Doxyfile.gsm.in +++ b/Doxyfile.gsm.in @@ -891,7 +891,7 @@ HTML_COLORSTYLE_GAMMA = 80 # 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 = YES +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 diff --git a/Doxyfile.vty.in b/Doxyfile.vty.in index fb1cabfc..9f56fd7f 100644 --- a/Doxyfile.vty.in +++ b/Doxyfile.vty.in @@ -891,7 +891,7 @@ HTML_COLORSTYLE_GAMMA = 80 # 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 = YES +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 |