~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/helptools/examples/example_3/help/fr_FR/example_1_function_4.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="en" xml:id="example_1_function_4">
3
 
  <refnamediv>
4
 
    <refname>example_1_function_4</refname>
5
 
    <refpurpose>Description rapide de la fonction "example_1_function_4"</refpurpose>
6
 
  </refnamediv>
7
 
  <refsynopsisdiv>
8
 
    <title>Calling Sequence</title>
9
 
    <synopsis>a = example_1_function_4(b,c)</synopsis>
10
 
  </refsynopsisdiv>
11
 
  <refsection>
12
 
    <title>Parameters</title>
13
 
    <variablelist>
14
 
      <varlistentry>
15
 
        <term>b</term>
16
 
        <listitem>
17
 
          <para>
18
 
            Description du paramètre "b"
19
 
          </para>
20
 
        </listitem>
21
 
      </varlistentry>
22
 
      <varlistentry>
23
 
        <term>c</term>
24
 
        <listitem>
25
 
          <para>
26
 
            Description du paramètre "c"
27
 
          </para>
28
 
        </listitem>
29
 
      </varlistentry>
30
 
      <varlistentry>
31
 
        <term>a</term>
32
 
        <listitem>
33
 
          <para>
34
 
            Description du paramètre "a"
35
 
          </para>
36
 
        </listitem>
37
 
      </varlistentry>
38
 
    </variablelist>
39
 
  </refsection>
40
 
  <refsection>
41
 
    <title>Description</title>
42
 
    <itemizedlist>
43
 
      <listitem>
44
 
        <para>
45
 
          Description détaillée de la fonction "example_1_function_4"
46
 
        </para>
47
 
      </listitem>
48
 
    </itemizedlist>
49
 
  </refsection>
50
 
  <refsection>
51
 
    <title>Examples</title>
52
 
    <programlisting role="example"><![CDATA[
 
3
    <refnamediv>
 
4
        <refname>example_1_function_4</refname>
 
5
        <refpurpose>Description rapide de la fonction "example_1_function_4"</refpurpose>
 
6
    </refnamediv>
 
7
    <refsynopsisdiv>
 
8
        <title>Calling Sequence</title>
 
9
        <synopsis>a = example_1_function_4(b,c)</synopsis>
 
10
    </refsynopsisdiv>
 
11
    <refsection>
 
12
        <title>Parameters</title>
 
13
        <variablelist>
 
14
            <varlistentry>
 
15
                <term>b</term>
 
16
                <listitem>
 
17
                    <para>
 
18
                        Description du paramètre "b"
 
19
                    </para>
 
20
                </listitem>
 
21
            </varlistentry>
 
22
            <varlistentry>
 
23
                <term>c</term>
 
24
                <listitem>
 
25
                    <para>
 
26
                        Description du paramètre "c"
 
27
                    </para>
 
28
                </listitem>
 
29
            </varlistentry>
 
30
            <varlistentry>
 
31
                <term>a</term>
 
32
                <listitem>
 
33
                    <para>
 
34
                        Description du paramètre "a"
 
35
                    </para>
 
36
                </listitem>
 
37
            </varlistentry>
 
38
        </variablelist>
 
39
    </refsection>
 
40
    <refsection>
 
41
        <title>Description</title>
 
42
        <itemizedlist>
 
43
            <listitem>
 
44
                <para>
 
45
                    Description détaillée de la fonction "example_1_function_4"
 
46
                </para>
 
47
            </listitem>
 
48
        </itemizedlist>
 
49
    </refsection>
 
50
    <refsection>
 
51
        <title>Examples</title>
 
52
        <programlisting role="example"><![CDATA[
53
53
    
54
54
// Commentaires
55
55
b = 2;
57
57
a = example_1_function_4(b,c);
58
58
    
59
59
  ]]></programlisting>
60
 
  </refsection>
61
 
  <refsection role="see also">
62
 
    <title>See Also</title>
63
 
    <simplelist type="inline">
64
 
      <member>
65
 
        <link linkend="example_1_function_1">example_1_function_1</link>
66
 
      </member>
67
 
      <member>
68
 
        <link linkend="example_1_function_2">example_1_function_2</link>
69
 
      </member>
70
 
    </simplelist>
71
 
  </refsection>
 
60
    </refsection>
 
61
    <refsection role="see also">
 
62
        <title>See Also</title>
 
63
        <simplelist type="inline">
 
64
            <member>
 
65
                <link linkend="example_1_function_1">example_1_function_1</link>
 
66
            </member>
 
67
            <member>
 
68
                <link linkend="example_1_function_2">example_1_function_2</link>
 
69
            </member>
 
70
        </simplelist>
 
71
    </refsection>
72
72
</refentry>