blob: 7e477d7e6a36749f57c01fc26f88f79b7889ec7b (
plain)
1
2
3
4
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;
|