When this document is built an index is also constructed. There are a few code items that you must place in the index.
\idx{} command should be right
after the prototypes themselves are entered. This insures the page
number that appear in the index will be the page where the
prototype is explained in the document.
Use the LAL LATEX command
\idx{MyFunction()}
\idx[Type]{} command should be right after
in the section where they are explained in the documentation.
Here is an example of the LAL LATEX command you would use to get the
name of your structure into the index.
\idx[Type]{MyType}
\idx[Constant]{thing}. If the thing is
a function-like macro, index it using \idx{thing} (which is equivalent
to \idx[Function]{thing}). If it is a macro that is non-function-like
and non-constant-like then index it using \idx[Macro]{thing}. If the
thing is a variable (including function-like variables) then index it using
\idx[Variable]{thing}. If the thing is a concept, then just use the
standard LATEX command \index{thing}.