diff options
author | Shashank | 2017-05-29 12:40:26 +0530 |
---|---|---|
committer | Shashank | 2017-05-29 12:40:26 +0530 |
commit | 0345245e860375a32c9a437c4a9d9cae807134e9 (patch) | |
tree | ad51ecbfa7bcd3cc5f09834f1bb8c08feaa526a4 /modules/helptools/etc/SciDocConf.xml | |
download | scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.gz scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.bz2 scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.zip |
CMSCOPE changed
Diffstat (limited to 'modules/helptools/etc/SciDocConf.xml')
-rwxr-xr-x | modules/helptools/etc/SciDocConf.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/modules/helptools/etc/SciDocConf.xml b/modules/helptools/etc/SciDocConf.xml new file mode 100755 index 000000000..91580104b --- /dev/null +++ b/modules/helptools/etc/SciDocConf.xml @@ -0,0 +1,29 @@ +<?xml version="1.0"?> + +<!-- id is used to identify the jar file (JavaHelp only) --> +<scidoc id="scilab"> + + <!-- Path to the CSS file for the doc style --> + <css doc="${SCI}/modules/helptools/data/css/style.css" /> + + <!-- These files are used to give the structure of a the documentation files --> + <templates javahelp="${SCI}/modules/helptools/data/template/template_javahelp.html" + html="${SCI}/modules/helptools/data/template/template_html.html" + chm="${SCI}/modules/helptools/data/template/template_chm.html" + web="${SCI}/modules/helptools/data/template/template_web.html" /> + + <!-- Path to the file containing all the Scilab's macros. This file is used with + the code parser to guess the kind of the keywords met. --> + <macros> + <file path="${SCI}/modules/helptools/data/configuration/scilab_macros.txt" /> + </macros> + + <!-- As above but for built-in functions --> + <builtins> + <file path="${SCI}/modules/helptools/data/configuration/scilab_primitives.txt" /> + </builtins> + + <!-- Useful to make link on Scilab's official documentation --> + <website url="http://help.scilab.org/docs/5.5.2/" /> + +</scidoc> |