3 <!-- id is used to identify the jar file (JavaHelp only) -->
6 <!-- Path to the CSS file for the doc style -->
7 <css doc="${SCI}/modules/helptools/data/css/style.css" />
9 <!-- These files are used to give the structure of a the documentation files -->
10 <templates javahelp="${SCI}/modules/helptools/data/template/template_javahelp.html"
11 html="${SCI}/modules/helptools/data/template/template_html.html"
12 chm="${SCI}/modules/helptools/data/template/template_chm.html"
13 web="${SCI}/modules/helptools/data/template/template_web.html" />
15 <!-- Path to the file containing all the Scilab's macros. This file is used with
16 the code parser to guess the kind of the keywords met. -->
18 <file path="${SCI}/modules/helptools/data/configuration/scilab_macros.txt" />
21 <!-- As above but for built-in functions -->
23 <file path="${SCI}/modules/helptools/data/configuration/scilab_primitives.txt" />
26 <!-- Useful to make link on Scilab's official documentation -->
27 <website url="http://help.scilab.org/docs/5.4.1/" />