Mercurial > hg > octave-lyh
diff src/help.h @ 8861:31f864877246
doc and lookfor fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 24 Feb 2009 15:08:39 -0500 |
parents | f134925a1cfa |
children | eb63fbe60fab |
line wrap: on
line diff
--- a/src/help.h +++ b/src/help.h @@ -33,6 +33,10 @@ extern OCTINTERP_API std::string raw_help (const std::string&, bool&); +// Name of the doc cache file specified on the command line. +// (--doc-cache-file file) +extern std::string Vdoc_cache_file; + // Name of the info file specified on command line. // (--info-file file) extern std::string Vinfo_file;