summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-10-31 17:29:54 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-10-31 17:29:54 (GMT)
commit9ef2dc156c37da7fb736c39c3c3fa5074e4d1829 (patch)
treeb6a94a5f247b1c45cf61faf3636064827c261a4c /src/config.xml
parentaf5c5b37c5464afb6a2df71edf6f9e82ece75187 (diff)
downloadDoxygen-9ef2dc156c37da7fb736c39c3c3fa5074e4d1829.zip
Doxygen-9ef2dc156c37da7fb736c39c3c3fa5074e4d1829.tar.gz
Doxygen-9ef2dc156c37da7fb736c39c3c3fa5074e4d1829.tar.bz2
Bug 744938 - PATCH: add option to build latex without timestamps
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml
index acbee8e..faad651 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -2647,6 +2647,16 @@ or
]]>
</docs>
</option>
+ <option type='bool' id='LATEX_TIMESTAMP' defval='0' depends='GENERATE_LATEX'>
+ <docs>
+<![CDATA[
+ If the \c LATEX_TIMESTAMP tag is set to \c YES then the footer of
+ each generated page will contain the date and time when the page
+ was generated. Setting this to \c NO can help when comparing the output of
+ multiple runs.
+]]>
+ </docs>
+ </option>
</group>
<group name='RTF' docs='Configuration options related to the RTF output'>
<option type='bool' id='GENERATE_RTF' defval='0'>