- A roadmap or starting page for your toolbox, mytoolbox.html.
- A page that lists your functions, funclist.html.
- Three function reference pages: firstfx.html, secondfx.html, and
thirdfx.html. - An example, myexample.html.
Include file names and descriptions in a helptoc.xml file as follows:
<?xml version='1.0' encoding="utf-8"?>
<toc version="2.0">
<tocitem target="mytoolbox.html">My Toolbox
<tocitem target="funclist.html">Functions
<tocitem target="firstfx.html">first</tocitem>
<tocitem target="secondfx.html">second</tocitem>
<tocitem target="thirdfx.html">third</tocitem>
</tocitem>
<tocitem target="myexample.html">My Example
</tocitem>
</tocitem>
</toc>
This helptoc.xml file, paired with a properly formulated info.xml file, produced this
display in the Help browser.
30 Custom Help and Documentation