comparison doc/interpreter/mk_doc_cache.m @ 19305:72e32208ff77

Don't save build timestamp in doc-cache header comment (bug #43087) * doc/interpreter/mk_doc_cache.m: Remove timestamp from header format string. * scripts/help/doc_cache_create.m: Define save_header_format_string locally to be consistent with mk_doc_cache.m
author Mike Miller <mtmiller@ieee.org>
date Sat, 20 Sep 2014 17:37:42 -0400
parents d63878346099
children 4197fc428c7d
comparison
equal deleted inserted replaced
19304:bc640d4678fb 19305:72e32208ff77
131 k++; 131 k++;
132 endfor 132 endfor
133 133
134 cache(:,k:end) = []; # delete unused pre-allocated entries 134 cache(:,k:end) = []; # delete unused pre-allocated entries
135 135
136 save_header_format_string (["# doc-cache created by Octave " OCTAVE_VERSION ", %a %b %d %H:%M:%S %Y %Z"]); 136 save_header_format_string (["# doc-cache created by Octave " OCTAVE_VERSION]);
137 save ("-text", output_file, "cache"); 137 save ("-text", output_file, "cache");