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 DocFlex/XML RE 1.9.0 on Tue Sep 05 15:03:12 CEST 2013 -->
true
), such a comment is still inserted,
however without the current date/time:
<!-- Generated by DocFlex/XML RE 1.9.0 -->
'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.
|