diff options
author | ttt | 2018-05-22 13:46:15 +0530 |
---|---|---|
committer | ttt | 2018-05-22 13:46:15 +0530 |
commit | 24e70f6edc8fb7d5faafc768a2928717e4b22e82 (patch) | |
tree | 58da8f74e4c5646940978f7ccc0655055ccb34f3 /macros/build_help.sce | |
download | FOSSEE-Communication-Systems-Toolbox-24e70f6edc8fb7d5faafc768a2928717e4b22e82.tar.gz FOSSEE-Communication-Systems-Toolbox-24e70f6edc8fb7d5faafc768a2928717e4b22e82.tar.bz2 FOSSEE-Communication-Systems-Toolbox-24e70f6edc8fb7d5faafc768a2928717e4b22e82.zip |
added macros, travis and gitignore
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; |