comparison src/help.h @ 8575:f134925a1cfa

m-file implementation of help system
author Soren Hauberg <soren@hauberg.org>
date Thu, 22 Jan 2009 18:22:52 -0500
parents 745a8299c2b5
children 31f864877246
comparison
equal deleted inserted replaced
8574:83b8c739d626 8575:f134925a1cfa
29 29
30 class string_vector; 30 class string_vector;
31 31
32 extern string_vector make_name_list (void); 32 extern string_vector make_name_list (void);
33 33
34 extern void display_help_text (std::ostream&, const std::string&);
35
36 extern void display_usage_text (std::ostream&, const std::string&);
37
38 extern void additional_help_message (std::ostream&);
39
40 extern OCTINTERP_API std::string raw_help (const std::string&, bool&); 34 extern OCTINTERP_API std::string raw_help (const std::string&, bool&);
41 35
42 // Name of the info file specified on command line. 36 // Name of the info file specified on command line.
43 // (--info-file file) 37 // (--info-file file)
44 extern std::string Vinfo_file; 38 extern std::string Vinfo_file;