reference/gmagick/gmagick/frameimage.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -31,7 +31,7 @@ Adds a simulated three-dimensional border around the image. The width and height
31
31
<term><parameter>color</parameter></term>
32
32
<listitem>
33
33
<para>
34
-
GmagickPixel object or a float representing the matte color
34
+
<classname>GmagickPixel</classname> object or a float representing the matte color.
35
35
</para>
36
36
</listitem>
37
37
</varlistentry>
...
...
@@ -39,7 +39,7 @@ Adds a simulated three-dimensional border around the image. The width and height
39
39
<term><parameter>width</parameter></term>
40
40
<listitem>
41
41
<para>
42
-
The width of the border
42
+
The width of the border.
43
43
</para>
44
44
</listitem>
45
45
</varlistentry>
...
...
@@ -47,7 +47,7 @@ Adds a simulated three-dimensional border around the image. The width and height
47
47
<term><parameter>height</parameter></term>
48
48
<listitem>
49
49
<para>
50
-
The height of the border
50
+
The height of the border.
51
51
</para>
52
52
</listitem>
53
53
</varlistentry>
...
...
@@ -55,7 +55,7 @@ Adds a simulated three-dimensional border around the image. The width and height
55
55
<term><parameter>inner_bevel</parameter></term>
56
56
<listitem>
57
57
<para>
58
-
The inner bevel width
58
+
The inner bevel width.
59
59
</para>
60
60
</listitem>
61
61
</varlistentry>
...
...
@@ -63,7 +63,7 @@ Adds a simulated three-dimensional border around the image. The width and height
63
63
<term><parameter>outer_bevel</parameter></term>
64
64
<listitem>
65
65
<para>
66
-
The outer bevel width
66
+
The outer bevel width.
67
67
</para>
68
68
</listitem>
69
69
</varlistentry>
...
...
@@ -74,7 +74,7 @@ Adds a simulated three-dimensional border around the image. The width and height
74
74
<refsect1 role="returnvalues">
75
75
&reftitle.returnvalues;
76
76
<para>
77
-
The framed Gmagick object.
77
+
The framed <classname>Gmagick</classname> object.
78
78
</para>
79
79
</refsect1>
80
80

81
81