Skip to content
Merged
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
25 changes: 24 additions & 1 deletion reference/gmp/gmp.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 62126c55f1c6ed444043e7272c4f9e233818a44b Maintainer: takagi Status: ready -->
<!-- EN-Revision: 527966eb19d4bbf5f02d0fe82dcb57e417082e25 Maintainer: takagi Status: ready -->

<reference xml:id="class.gmp" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">

Expand Down Expand Up @@ -29,6 +29,7 @@

<classsynopsis class="class">
<ooclass>
<modifier>final</modifier>
<classname>GMP</classname>
</ooclass>

Expand All @@ -41,6 +42,28 @@
</xi:include>
</classsynopsis>
</section>

<section role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<classname>GMP</classname> は <modifier>final</modifier> として定義されました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>
</partintro>

&reference.gmp.entities.gmp;
Expand Down