|
Prev | Next |
$end command ends the current section.
An OMhelp section is defined
as the content between a $begin and $end command.
The argument to a
section
command specifies the title
for the current section.
simple_example.omh in the
xam directory
with the following contents:
$begin simple_example$$
$section Simple Example$$
$end
You can also just copy simple_example.omh from the
omh/getstarted directory
.
Once you have done this, you can
execute omhelp
with
example_name
equal to
simple_example.
simple_example.omh
part of the OMhelp help web site by selecting simple_example
.