Skip to content

Commit 05ff8e3

Browse files
author
Yoshinari Takaoka
committed
Fix #80029: flopImage has wrong documentation
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350414 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 56eddba commit 05ff8e3

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

reference/gmagick/gmagick/flipimage.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 93e5ea0902c0ee950dc5b112bc399a3e0a9370e0 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: eea50456db27851cdaebe99af0e9a5c6fe5a53fd Maintainer: takagi Status: ready -->
4+
<!-- Credits: mumumu -->
45

56
<refentry xml:id="gmagick.flipimage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
67
<refnamediv>
@@ -33,6 +34,13 @@
3334
</para>
3435
</refsect1>
3536

37+
<refsect1 role="seealso">
38+
&reftitle.seealso;
39+
<simplelist>
40+
<member><function>Imagick::flopimage</function></member>
41+
</simplelist>
42+
</refsect1>
43+
3644
</refentry>
3745

3846
<!-- Keep this comment at the end of the file

reference/gmagick/gmagick/flopimage.xml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 93e5ea0902c0ee950dc5b112bc399a3e0a9370e0 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: eea50456db27851cdaebe99af0e9a5c6fe5a53fd Maintainer: takagi Status: ready -->
4+
<!-- Credits: mumumu -->
45

56
<refentry xml:id="gmagick.flopimage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
67
<refnamediv>
78
<refname>Gmagick::flopimage</refname>
8-
<refpurpose>水平方向に反転した画像を作成する</refpurpose>
9+
<refpurpose>垂直方向に反転した画像を作成する</refpurpose>
910
</refnamediv>
1011

1112
<refsect1 role="description">
@@ -15,15 +16,15 @@
1516
<void />
1617
</methodsynopsis>
1718
<para>
18-
中心の y 軸を基準してピクセルを反転させ、水平方向のミラー画像を作成します
19+
中心の y 軸を基準してピクセルを反転させ、垂直方向のミラー画像を作成します
1920
</para>
2021

2122
</refsect1>
2223

2324
<refsect1 role="returnvalues">
2425
&reftitle.returnvalues;
2526
<para>
26-
水平反転した Gmagick オブジェクトを返します。
27+
垂直反転した Gmagick オブジェクトを返します。
2728
</para>
2829
</refsect1>
2930

@@ -34,6 +35,13 @@
3435
</para>
3536
</refsect1>
3637

38+
<refsect1 role="seealso">
39+
&reftitle.seealso;
40+
<simplelist>
41+
<member><function>Imagick::flipimage</function></member>
42+
</simplelist>
43+
</refsect1>
44+
3745
</refentry>
3846

3947
<!-- Keep this comment at the end of the file

0 commit comments

Comments
 (0)