commit | c11324ec91950cd06ef5587cdf2340e7ce4ab811 | [log] [tgz] |
---|---|---|
author | Thiago Macieira <thiago.macieira@intel.com> | Thu Dec 28 09:59:07 2017 -0200 |
committer | Thiago Macieira <thiago.macieira@intel.com> | Wed Feb 07 10:40:52 2018 -0800 |
tree | d97574d076e35a40ebbeaebf382ef708aec9fa0c | |
parent | d8f8e8c57b67524dfca5395899aa76fdc9f5221c [diff] |
Disable timestamping in Doxygen So the output is reproducible. Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
diff --git a/Doxyfile b/Doxyfile index a23aa35..a7263c2 100644 --- a/Doxyfile +++ b/Doxyfile
@@ -23,12 +23,11 @@ *.c \ *.dox EXCLUDE_PATTERNS = *_p.h -IMAGE_PATH = pics STRIP_CODE_COMMENTS = NO REFERENCED_BY_RELATION = YES IGNORE_PREFIX = cbor_ \ Cbor -HTML_TIMESTAMP = YES +HTML_TIMESTAMP = NO GENERATE_HTMLHELP = YES GENERATE_CHI = YES BINARY_TOC = YES