Mercurial > hg > octave-nkf
diff scripts/help/gen_doc_cache.m @ 10793:be55736a0783
Grammarcheck the documentation from m-files.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 18 Jul 2010 20:35:16 -0700 |
parents | 1bf0ce0930be |
children | 2c356a35d7f5 |
line wrap: on
line diff
--- a/scripts/help/gen_doc_cache.m +++ b/scripts/help/gen_doc_cache.m @@ -18,7 +18,8 @@ ## @deftypefn {Function File} gen_doc_cache (@var{out_file}, @var{directory}) ## Generate documentation caches for all functions in a given directory. ## -## A documentation cache is generated for all functions in @var{directory}. The +## A documentation cache is generated for all functions in @var{directory}. +## The ## resulting cache is saved in the file @var{out_file}. ## The cache is used to speed up @code{lookfor}. ##