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

« back to all changes in this revision

Viewing changes to modules/atoms/help/en_US/atomsQuit.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:
11
11
 *
12
12
 -->
13
13
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns3="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:id="atomsQuit" xml:lang="en">
14
 
  <refnamediv>
15
 
    <refname>atomsQuit</refname>
16
 
    <refpurpose>Unload (call .quit file of) external modules previously loaded by ATOMS</refpurpose>
17
 
  </refnamediv>
18
 
  <refsynopsisdiv>
19
 
    <title>Calling Sequence</title>
20
 
    <synopsis>
21
 
      result = atomsQuit();
22
 
    </synopsis>
23
 
  </refsynopsisdiv>
24
 
  <refsection>
25
 
    <title>Arguments</title>
26
 
    <variablelist>
27
 
      <varlistentry>
28
 
        <term>result</term>
29
 
        <listitem>
30
 
          <para>scalar boolean %T or %F</para>
31
 
        </listitem>
32
 
      </varlistentry>
33
 
    </variablelist>
34
 
  </refsection>
35
 
  <refsection>
36
 
    <title>Description</title>
37
 
    <para>
38
 
      <literal>atomsQuit</literal>unload (call .quit file of) external modules previously loaded by ATOMS.
39
 
    </para>
40
 
    <para>This function is called by SCI/etc/scilab.quit</para>
41
 
  </refsection>
42
 
  <refsection role="see also">
43
 
    <title>See Also</title>
44
 
    <simplelist type="inline">
45
 
      <member>
46
 
        <link linkend="atomsIsLoaded">atomsIsLoaded</link>
47
 
      </member>
48
 
      <member>
49
 
        <link linkend="atomsGetLoaded">atomsGetLoaded</link>
50
 
      </member>
51
 
      <member>
52
 
        <link linkend="atomsGetLoaded">atomsInstall</link>
53
 
      </member>
54
 
    </simplelist>
55
 
  </refsection>
56
 
  <refsection>
57
 
    <title>History</title>
58
 
    <revhistory>
59
 
      <revision>
60
 
        <revnumber>5.4.0</revnumber>
61
 
        <revremark>This function added in Scilab 5.4.0</revremark>
62
 
      </revision>
63
 
    </revhistory>
64
 
  </refsection>
 
14
    <refnamediv>
 
15
        <refname>atomsQuit</refname>
 
16
        <refpurpose>Unload (call .quit file of) external modules previously loaded by ATOMS</refpurpose>
 
17
    </refnamediv>
 
18
    <refsynopsisdiv>
 
19
        <title>Calling Sequence</title>
 
20
        <synopsis>
 
21
            result = atomsQuit();
 
22
        </synopsis>
 
23
    </refsynopsisdiv>
 
24
    <refsection>
 
25
        <title>Arguments</title>
 
26
        <variablelist>
 
27
            <varlistentry>
 
28
                <term>result</term>
 
29
                <listitem>
 
30
                    <para>scalar boolean %T or %F</para>
 
31
                </listitem>
 
32
            </varlistentry>
 
33
        </variablelist>
 
34
    </refsection>
 
35
    <refsection>
 
36
        <title>Description</title>
 
37
        <para>
 
38
            <literal>atomsQuit</literal>unload (call .quit file of) external modules previously loaded by ATOMS.
 
39
        </para>
 
40
        <para>This function is called by SCI/etc/scilab.quit</para>
 
41
    </refsection>
 
42
    <refsection role="see also">
 
43
        <title>See Also</title>
 
44
        <simplelist type="inline">
 
45
            <member>
 
46
                <link linkend="atomsIsLoaded">atomsIsLoaded</link>
 
47
            </member>
 
48
            <member>
 
49
                <link linkend="atomsGetLoaded">atomsGetLoaded</link>
 
50
            </member>
 
51
            <member>
 
52
                <link linkend="atomsGetLoaded">atomsInstall</link>
 
53
            </member>
 
54
        </simplelist>
 
55
    </refsection>
 
56
    <refsection>
 
57
        <title>History</title>
 
58
        <revhistory>
 
59
            <revision>
 
60
                <revnumber>5.4.0</revnumber>
 
61
                <revremark>This function added in Scilab 5.4.0</revremark>
 
62
            </revision>
 
63
        </revhistory>
 
64
    </refsection>
65
65
</refentry>