diff options
Diffstat (limited to 'macros/build_help.sce')
-rw-r--r-- | macros/build_help.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/build_help.sce b/macros/build_help.sce new file mode 100644 index 0000000..7e477d7 --- /dev/null +++ b/macros/build_help.sce @@ -0,0 +1,5 @@ +help_lang_dir = get_absolute_file_path("build_help.sce"); +TOOLBOX_TITLE="Communications Toolbox" +tbx_build_help(TOOLBOX_TITLE, help_lang_dir); +ok=add_help_chapter("Demo",get_absolute_file_path("build_help.sce")); +clear help_lang_dir; |