Skip to content

Commit 4878334

Browse files
Enum関連の微修正など (#274)
* reftitle.enumsynopsisを追加 * "The"をタイトルから除去 * 説明文を、既存のQosClassに寄せた
1 parent 40e99b0 commit 4878334

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

language-defs.ent

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ supplemental files to mark section titles -->
8787
<!ENTITY reftitle.changelog '<title xmlns="http://docbook.org/ns/docbook">&Changelog;</title>'>
8888
<!ENTITY reftitle.classes '<title xmlns="http://docbook.org/ns/docbook">定義済みクラス</title>'>
8989
<!ENTITY reftitle.classsynopsis '<title xmlns="http://docbook.org/ns/docbook">クラス概要</title>'>
90+
<!ENTITY reftitle.enumsynopsis '<title xmlns="http://docbook.org/ns/docbook">列挙型概要</title>'>
9091
<!ENTITY reftitle.constants '<title xmlns="http://docbook.org/ns/docbook">定義済み定数</title>'>
9192
<!ENTITY reftitle.constructor '<title xmlns="http://docbook.org/ns/docbook">コンストラクタ</title>'>
9293
<!ENTITY reftitle.description '<title xmlns="http://docbook.org/ns/docbook">説明</title>'>

reference/math/roundingmode.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<section xml:id="enum.roundingmode.intro">
1111
&reftitle.intro;
1212
<simpara>
13-
<enumname>RoundingMode</enumname> enum は、<function>round</function> 、<function>bcround</function> 、
13+
列挙型の <enumname>RoundingMode</enumname> は、<function>round</function> 、<function>bcround</function> 、
1414
<methodname>BcMath\Number::round</methodname> で丸めの方法を指定するために使用されます。
1515
</simpara>
1616
</section>

reference/pcntl/qosclass.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- $Revision$ -->
33
<!-- EN-Revision: ee8d203f9230b0496f6d69cc1237d9ca63475ad7 Maintainer: Ippey Status: ready -->
44
<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.qosclass" role="enum">
5-
<title>The QosClass Enum</title>
5+
<title>QosClass Enum</title>
66
<titleabbrev>QosClass</titleabbrev>
77

88
<partintro>

0 commit comments

Comments
 (0)