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

10
10
<refsect1 role="description">
...
...
@@ -17,8 +17,6 @@
17
17
Sets the interlace scheme of the image.
18
18
</para>
19
19

20
-
21
-

22
20
</refsect1>
23
21

24
22
<refsect1 role="parameters">
...
...
@@ -29,7 +27,8 @@
29
27
<term><parameter>interlace</parameter></term>
30
28
<listitem>
31
29
<para>
32
-
The image interlace scheme: NoInterlace, LineInterlace, PlaneInterlace, PartitionInterlace.
30
+
One of the <link linkend="gmagick.constants.interlace">Interlace</link> constant
31
+
(<literal>Gmagick::INTERLACE_*</literal>).
33
32
</para>
34
33
</listitem>
35
34
</varlistentry>
...
...
@@ -40,7 +39,7 @@
40
39
<refsect1 role="returnvalues">
41
40
&reftitle.returnvalues;
42
41
<para>
43
-
The Gmagick object on success
42
+
The <classname>Gmagick</classname> object.
44
43
</para>
45
44
</refsect1>
46
45

47
46