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

« back to all changes in this revision

Viewing changes to modules/core/help/ja_JP/keywords/comments.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="ja" xml:id="comments">
3
 
  <refnamediv>
4
 
    <refname>comments</refname>
5
 
    <refpurpose>コメント</refpurpose>
6
 
  </refnamediv>
7
 
  <refsection>
8
 
    <title>説明</title>
9
 
    <para>文字列以外でスラッシュを2回続けたものは
10
 
      コメントの開始を意味します.
11
 
      この連続したスラッシュおよびその行のこれ以降の改行までの文字は
12
 
      解釈されません.
13
 
    </para>
14
 
    <para>関数の内部で,最初の命令または空行までの最初のコメント行
15
 
      は関数ヘルプのデフォルトの内容を指定するために使用することができます.
16
 
    </para>
17
 
  </refsection>
18
 
  <refsection>
19
 
    <title>例</title>
20
 
    <programlisting role="example"><![CDATA[ 
 
3
    <refnamediv>
 
4
        <refname>comments</refname>
 
5
        <refpurpose>コメント</refpurpose>
 
6
    </refnamediv>
 
7
    <refsection>
 
8
        <title>説明</title>
 
9
        <para>文字列以外でスラッシュを2回続けたものは
 
10
            コメントの開始を意味します.
 
11
            この連続したスラッシュおよびその行のこれ以降の改行までの文字は
 
12
            解釈されません.
 
13
        </para>
 
14
        <para>関数の内部で,最初の命令または空行までの最初のコメント行
 
15
            は関数ヘルプのデフォルトの内容を指定するために使用することができます.
 
16
        </para>
 
17
    </refsection>
 
18
    <refsection>
 
19
        <title>例</title>
 
20
        <programlisting role="example"><![CDATA[ 
21
21
g=9.81// the gravity
22
22
 
23
23
text='a//b'
30
30
 
31
31
help myfunction
32
32
 ]]></programlisting>
33
 
  </refsection>
 
33
    </refsection>
34
34
</refentry>