buildhelpmd

Build help of Nelson's modules for GitBook.

Syntax

  • buildhelpmd(dirdest)
  • buildhelpmd(dirdest, module_name)

Input argument

  • dirdest - a string: a path destination.
  • module_name - a string: module name (module must be loaded).

Description

buildhelpmd generates help files for GitBook (markdown).

Example

buildhelpmd(tempdir());
buildhelpmd(tempdir(), 'core');

See also

buildhelp, doc.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET