Skip to content

Commit 61c4633

Browse files
authored
引数formatFlagsの説明に見出しをつける (#361)
1 parent 19bdfef commit 61c4633

File tree

1 file changed

+53
-50
lines changed

1 file changed

+53
-50
lines changed

language-snippets.ent

Lines changed: 53 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -4045,56 +4045,59 @@ local: {
40454045
</para>
40464046
</formalpara>
40474047

4048-
<para>
4049-
<table>
4050-
<title>フラグ一覧</title>
4051-
<tgroup cols="2">
4052-
<thead>
4053-
<row>
4054-
<entry>フラグ</entry>
4055-
<entry>&Description;</entry>
4056-
</row>
4057-
</thead>
4058-
<tbody>
4059-
<row>
4060-
<entry><literal>-</literal></entry>
4061-
<entry>
4062-
与えられたフィールドの幅を左寄せにします。
4063-
右寄せがデフォルトです。
4064-
</entry>
4065-
</row>
4066-
<row>
4067-
<entry><literal>+</literal></entry>
4068-
<entry>
4069-
正の数値の前に付ける <literal>+</literal> 符号です;
4070-
デフォルトは、負の数にだけマイナスの符号が数値の前に付きます。
4071-
</entry>
4072-
</row>
4073-
<row>
4074-
<entry><literal> </literal>(space)</entry>
4075-
<entry>
4076-
スペースに変換される詰め物です。
4077-
これがデフォルトです。
4078-
</entry>
4079-
</row>
4080-
<row>
4081-
<entry><literal>0</literal></entry>
4082-
<entry>
4083-
数値の左側を0埋めします。
4084-
<literal>s</literal> 指定子を使うと、
4085-
右側にも0埋めできます。
4086-
</entry>
4087-
</row>
4088-
<row>
4089-
<entry><literal>&apos;</literal>(char)</entry>
4090-
<entry>
4091-
指定された (char) で埋めます。
4092-
</entry>
4093-
</row>
4094-
</tbody>
4095-
</tgroup>
4096-
</table>
4097-
</para>
4048+
<formalpara>
4049+
<title>Flags</title>
4050+
<para>
4051+
<table>
4052+
<title>フラグ一覧</title>
4053+
<tgroup cols="2">
4054+
<thead>
4055+
<row>
4056+
<entry>フラグ</entry>
4057+
<entry>&Description;</entry>
4058+
</row>
4059+
</thead>
4060+
<tbody>
4061+
<row>
4062+
<entry><literal>-</literal></entry>
4063+
<entry>
4064+
与えられたフィールドの幅を左寄せにします。
4065+
右寄せがデフォルトです。
4066+
</entry>
4067+
</row>
4068+
<row>
4069+
<entry><literal>+</literal></entry>
4070+
<entry>
4071+
正の数値の前に付ける <literal>+</literal> 符号です;
4072+
デフォルトは、負の数にだけマイナスの符号が数値の前に付きます。
4073+
</entry>
4074+
</row>
4075+
<row>
4076+
<entry><literal> </literal>(space)</entry>
4077+
<entry>
4078+
スペースに変換される詰め物です。
4079+
これがデフォルトです。
4080+
</entry>
4081+
</row>
4082+
<row>
4083+
<entry><literal>0</literal></entry>
4084+
<entry>
4085+
数値の左側を0埋めします。
4086+
<literal>s</literal> 指定子を使うと、
4087+
右側にも0埋めできます。
4088+
</entry>
4089+
</row>
4090+
<row>
4091+
<entry><literal>&apos;</literal>(char)</entry>
4092+
<entry>
4093+
指定された (char) で埋めます。
4094+
</entry>
4095+
</row>
4096+
</tbody>
4097+
</tgroup>
4098+
</table>
4099+
</para>
4100+
</formalpara>
40984101

40994102
<formalpara>
41004103
<title>Width</title>

0 commit comments

Comments
 (0)