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

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?