Programming Interface |
type |
h_sec |
= { |
mutable
h_sec_keywords: string list ; | |
|
|
|
mutable
h_sec_ds: structure_block ref ; | |
|
|
|
mutable
h_sec_env: section_names list ; | |
|
|
|
mutable h_type:
string } | |
|
type |
s_help |
= { |
mutable
h_sections: h_sec list ; | |
|
|
|
mutable
h_subsections: h_sec list ; | |
|
|
|
mutable
h_units: h_sec list ; | |
|
|
|
mutable h_main:
structure_block } | |
|
[ |
help : s_help | ] |
= |
help_of_doc |
|
|
|
|
|
~ds : structure_block | |
|
[ |
unit | ] |
= |
help_load |
|
|
|
|
|
~ds : structure_block | |
|
[ |
unit | ] |
= |
help_file |
|
|
|
|
|
~fname : string | |
|
type |
help_Device |
= |
Help_TTY | | Print to
stdout |
|
|
|
Help_ASCII | | Print to
file: ASCII text |
|
|
|
Help_HTML | | Print to
file: HTML |
|
|
|
Help_LATEX | Print to file:
Latex |
|
[ |
unit | ] |
= |
help_dev |
|
|
|
|
|
~dev : help_device | |
|
[ |
unit | ] |
= |
help |
|
|
|
|
|
~name : string | |
|