Specifies whether to suppress the date/time information included in a special comment inserted automatically at the beginning of every generated HTML file, which looks as the following:
<!-- Generated by FlexDoc/XML 1.12 on Mon Feb 12 20:57:43 CET 2018 -->
true
), such a comment is still inserted,
however without the current date/time:
<!-- Generated by FlexDoc/XML 1.12 -->
'output.noTimeStamp'
property available in FlexQuery
expressions. So, if a template is programmed to display the generation's date/time
on some page, it may suppress that as well, according to the setting of this option.
You may want to avoid getting the current date/time into the generated doc files, when you frequently upload them to some repository, which stores only changes of files against their previous versions. If your docs actually do not change, this will prevent the repository from storing unnecessary information.
|