
Camlhelp window.
Camlhelp is the compiler and the viewer for help files (.hlp
)
and html
files (.html
or .htm
).
camlhelp
: opens the window shown in the above picture. You
can load an ".hlp" or an ".html" file and display it.camlhelp
manages hypertext navigation.
camlhelp -c Size InFile1 [Infilex...]
: compiles the html
files InFile1.html, ..., InFilen.html into help file InFile1.hlp, ...,
InFilen.hlp, for an extended text display of width Size. The InFile1
can also be a project file. In this case, camlhelp compiles all the
html file of the project.
camlhelp -l OutName InFile1 [Infilex...]
: gets all the
NAME anchors in the files InFile1.html, ..., InFilen.html and makes
an index with hypertext links in the file OutName.html. As for the
-c
option, InFile1 can be a project file.
camlhelp -t OutName InFile1 [Infilex...]
: renames all the
titles with the format: 1) , 1.1) , 1.2) , ..., 2) , 2.1) ...
Makes a table of contents in the file OutName.html.