Skip to content

Enum関連の微修正など #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions language-defs.ent
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ supplemental files to mark section titles -->
<!ENTITY reftitle.changelog '<title xmlns="http://docbook.org/ns/docbook">&Changelog;</title>'>
<!ENTITY reftitle.classes '<title xmlns="http://docbook.org/ns/docbook">定義済みクラス</title>'>
<!ENTITY reftitle.classsynopsis '<title xmlns="http://docbook.org/ns/docbook">クラス概要</title>'>
<!ENTITY reftitle.enumsynopsis '<title xmlns="http://docbook.org/ns/docbook">列挙型概要</title>'>
<!ENTITY reftitle.constants '<title xmlns="http://docbook.org/ns/docbook">定義済み定数</title>'>
<!ENTITY reftitle.constructor '<title xmlns="http://docbook.org/ns/docbook">コンストラクタ</title>'>
<!ENTITY reftitle.description '<title xmlns="http://docbook.org/ns/docbook">説明</title>'>
Expand Down
2 changes: 1 addition & 1 deletion reference/math/roundingmode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<section xml:id="enum.roundingmode.intro">
&reftitle.intro;
<simpara>
<enumname>RoundingMode</enumname> enum は、<function>round</function> 、<function>bcround</function> 、
列挙型の <enumname>RoundingMode</enumname> は、<function>round</function> 、<function>bcround</function> 、
<methodname>BcMath\Number::round</methodname> で丸めの方法を指定するために使用されます。
</simpara>
</section>
Expand Down
2 changes: 1 addition & 1 deletion reference/pcntl/qosclass.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- $Revision$ -->
<!-- EN-Revision: ee8d203f9230b0496f6d69cc1237d9ca63475ad7 Maintainer: Ippey Status: ready -->
<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.qosclass" role="enum">
<title>The QosClass Enum</title>
<title>QosClass Enum</title>
<titleabbrev>QosClass</titleabbrev>

<partintro>
Expand Down