Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
8860:257ed585b471 | 8861:31f864877246 |
---|---|
31 | 31 |
32 extern string_vector make_name_list (void); | 32 extern string_vector make_name_list (void); |
33 | 33 |
34 extern OCTINTERP_API std::string raw_help (const std::string&, bool&); | 34 extern OCTINTERP_API std::string raw_help (const std::string&, bool&); |
35 | 35 |
36 // Name of the doc cache file specified on the command line. | |
37 // (--doc-cache-file file) | |
38 extern std::string Vdoc_cache_file; | |
39 | |
36 // Name of the info file specified on command line. | 40 // Name of the info file specified on command line. |
37 // (--info-file file) | 41 // (--info-file file) |
38 extern std::string Vinfo_file; | 42 extern std::string Vinfo_file; |
39 | 43 |
40 // Name of the info reader we'd like to use. | 44 // Name of the info reader we'd like to use. |