buildhelpmd(dirdest)
buildhelpmd(dirdest, module_name)
| Parameter | Description |
|---|---|
| dirdest | a string: a path destination. |
| module_name | a string: module name (module must be loaded). |
buildhelpmd generates help files for GitBook (markdown).
buildhelpmd(tempdir());
buildhelpmd(tempdir(), 'core');
| Version | Description |
|---|---|
| 1.0.0 | initial version |