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

« back to all changes in this revision

Viewing changes to modules/helptools/help/en_US/del_help_chapter.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: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="del_help_chapter">
14
 
  <refnamediv>
15
 
    <refname>del_help_chapter</refname>
16
 
    <refpurpose> Delete an entry in the help list</refpurpose>
17
 
  </refnamediv>
18
 
  <refsynopsisdiv>
19
 
    <title>Calling Sequence</title>
20
 
    <synopsis>del_help_chapter(title[,mode])</synopsis>
21
 
  </refsynopsisdiv>
22
 
  <refsection>
23
 
    <title>Arguments</title>
24
 
    <variablelist>
25
 
      <varlistentry>
26
 
        <term>title</term>
27
 
        <listitem>
28
 
          <para>String array, Help chapter title</para>
29
 
        </listitem>
30
 
      </varlistentry>
31
 
      <varlistentry>
32
 
        <term>mode</term>
33
 
        <listitem>
34
 
          <para>A boolean, if TRUE, the chapter is considered as belongs to a
35
 
            internal modules, otherwise, the chapter is removed.
36
 
            It is an optional input argument and its default value is %F.
37
 
          </para>
38
 
        </listitem>
39
 
      </varlistentry>
40
 
    </variablelist>
41
 
  </refsection>
42
 
  <refsection>
43
 
    <title>Description</title>
44
 
    <para>
45
 
      This function deletes an entry in the help list.
46
 
    </para>
47
 
  </refsection>
48
 
  <refsection role="see also">
49
 
    <title>See Also</title>
50
 
    <simplelist type="inline">
51
 
      <member>
52
 
        <link linkend="help">help</link>
53
 
      </member>
54
 
      <member>
55
 
        <link linkend="add_help_chapter">add_help_chapter</link>
56
 
      </member>
57
 
    </simplelist>
58
 
  </refsection>
 
14
    <refnamediv>
 
15
        <refname>del_help_chapter</refname>
 
16
        <refpurpose> Delete an entry in the help list</refpurpose>
 
17
    </refnamediv>
 
18
    <refsynopsisdiv>
 
19
        <title>Calling Sequence</title>
 
20
        <synopsis>del_help_chapter(title[,mode])</synopsis>
 
21
    </refsynopsisdiv>
 
22
    <refsection>
 
23
        <title>Arguments</title>
 
24
        <variablelist>
 
25
            <varlistentry>
 
26
                <term>title</term>
 
27
                <listitem>
 
28
                    <para>String array, Help chapter title</para>
 
29
                </listitem>
 
30
            </varlistentry>
 
31
            <varlistentry>
 
32
                <term>mode</term>
 
33
                <listitem>
 
34
                    <para>A boolean, if TRUE, the chapter is considered as belongs to a
 
35
                        internal modules, otherwise, the chapter is removed.
 
36
                        It is an optional input argument and its default value is %F.
 
37
                    </para>
 
38
                </listitem>
 
39
            </varlistentry>
 
40
        </variablelist>
 
41
    </refsection>
 
42
    <refsection>
 
43
        <title>Description</title>
 
44
        <para>
 
45
            This function deletes an entry in the help list.
 
46
        </para>
 
47
    </refsection>
 
48
    <refsection role="see also">
 
49
        <title>See Also</title>
 
50
        <simplelist type="inline">
 
51
            <member>
 
52
                <link linkend="help">help</link>
 
53
            </member>
 
54
            <member>
 
55
                <link linkend="add_help_chapter">add_help_chapter</link>
 
56
            </member>
 
57
        </simplelist>
 
58
    </refsection>
59
59
</refentry>