reference/gmagick/gmagick/construct.xml
c44e9cb68b9b65771f9c45db2c07a06c63d71359
...
...
@@ -9,12 +9,12 @@
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
12
+
<constructorsynopsis>
13
13
<modifier>public</modifier> <methodname>Gmagick::__construct</methodname>
14
14
<methodparam choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
15
-
</methodsynopsis>
15
+
</constructorsynopsis>
16
16
<para>
17
-
The Gmagick constructor.
17
+
The <classname>Gmagick</classname> constructor.
18
18
</para>
19
19

20
20
</refsect1>
...
...
@@ -27,7 +27,7 @@
27
27
<term><parameter>filename</parameter></term>
28
28
<listitem>
29
29
<para>
30
-
The path to an image to load or array of paths
30
+
The path to an image to load or array of paths.
31
31
</para>
32
32
</listitem>
33
33
</varlistentry>
...
...
@@ -35,13 +35,6 @@
35
35
</para>
36
36
</refsect1>
37
37

38
-
<refsect1 role="returnvalues">
39
-
&reftitle.returnvalues;
40
-
<para>
41
-
Returns a new Gmagick object on success.
42
-
</para>
43
-
</refsect1>
44
-

45
38
<refsect1 role="errors">
46
39
&reftitle.errors;
47
40
<para>
48
41