Scilab Function

lhelp - Display or generate help files for functions defined in the local directory.

Calling Sequence

function lhelp(func)

Parameters

Description

lhelp (local help) display help files for functions defined in the local directory.

If no help files are available, a subdirectory called ./doc is created and help files are generated for all functions defined in .sci files in the local directory.

Help files are generated using the sci2htm function (see sci2htm.sci).

Examples

 lhelp()
 lhelp lhelp

See also: sci2htm,