reference/gmagick/gmagick/setimageunits.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -4,7 +4,7 @@
4
4
<refentry xml:id="gmagick.setimageunits" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>Gmagick::setimageunits</refname>
7
-
<refpurpose>Sets the image units of resolution. </refpurpose>
7
+
<refpurpose>Sets the image units of resolution</refpurpose>
8
8
</refnamediv>
9
9

10
10
<refsect1 role="description">
...
...
@@ -16,9 +16,6 @@
16
16
<para>
17
17
Sets the image units of resolution.
18
18
</para>
19
-

20
-
21
-

22
19
</refsect1>
23
20

24
21
<refsect1 role="parameters">
...
...
@@ -29,7 +26,8 @@
29
26
<term><parameter>resolution</parameter></term>
30
27
<listitem>
31
28
<para>
32
-
The image units of resolution : Undefinedresolution, PixelsPerInchResolution, or PixelsPerCentimeterResolution.
29
+
One of the <link linkend="gmagick.constants.resolution">Resolution</link> constant
30
+
(<literal>Gmagick::RESOLUTION_*</literal>).
33
31
</para>
34
32
</listitem>
35
33
</varlistentry>
...
...
@@ -40,7 +38,7 @@
40
38
<refsect1 role="returnvalues">
41
39
&reftitle.returnvalues;
42
40
<para>
43
-
The Gmagick object on success.
41
+
The <classname>Gmagick</classname> object.
44
42
</para>
45
43
</refsect1>
46
44

47
45