reference/gmagick/gmagick/borderimage.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -16,7 +16,7 @@
16
16
<methodparam><type>int</type><parameter>height</parameter></methodparam>
17
17
</methodsynopsis>
18
18
<para>
19
-
Surrounds the image with a border of the color defined by the bordercolor GmagickPixel object or a color string.
19
+
Surrounds the image with a border of the color defined by the bordercolor <classname>GmagickPixel</classname> object or a color string.
20
20
</para>
21
21
</refsect1>
22
22

...
...
@@ -28,7 +28,7 @@
28
28
<term><parameter>color</parameter></term>
29
29
<listitem>
30
30
<para>
31
-
GmagickPixel object or a string containing the border color
31
+
<classname>GmagickPixel</classname> object or a string containing the border color.
32
32
</para>
33
33
</listitem>
34
34
</varlistentry>
...
...
@@ -36,7 +36,7 @@
36
36
<term><parameter>width</parameter></term>
37
37
<listitem>
38
38
<para>
39
-
Border width
39
+
Border width.
40
40
</para>
41
41
</listitem>
42
42
</varlistentry>
...
...
@@ -44,7 +44,7 @@
44
44
<term><parameter>height</parameter></term>
45
45
<listitem>
46
46
<para>
47
-
Border height
47
+
Border height.
48
48
</para>
49
49
</listitem>
50
50
</varlistentry>
...
...
@@ -55,7 +55,7 @@
55
55
<refsect1 role="returnvalues">
56
56
&reftitle.returnvalues;
57
57
<para>
58
-
The Gmagick object with border defined
58
+
The <classname>Gmagick</classname> object with border defined.
59
59
</para>
60
60
</refsect1>
61
61

62
62