reference/imagick/imagickdraw/setstrokelinejoin.xml
0f49e97eebd971ba0468bc1b7c6265fd457f60c8
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>bool</type><methodname>ImagickDraw::setStrokeLineJoin</methodname>
12
+
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::setStrokeLineJoin</methodname>
13
13
<methodparam><type>int</type><parameter>linejoin</parameter></methodparam>
14
14
</methodsynopsis>
15
15
&warn.undocumented.func;
...
...
@@ -27,7 +27,8 @@
27
27
<term><parameter>linejoin</parameter></term>
28
28
<listitem>
29
29
<para>
30
-
LINEJOIN_ constant
30
+
One of the <link linkend="imagick.constants.linejoin">LINEJOIN</link> constant
31
+
(<literal>imagick::LINEJOIN_*</literal>).
31
32
</para>
32
33
</listitem>
33
34
</varlistentry>
...
...
@@ -42,13 +43,11 @@
42
43
</para>
43
44
</refsect1>
44
45

45
-

46
-

47
46
<refsect1 role="examples">
48
47
&reftitle.examples;
49
48
<para>
50
49
<example>
51
-
<title> <function>ImagickDraw::setStrokeLineJoin</function></title>
50
+
<title><function>ImagickDraw::setStrokeLineJoin</function> example</title>
52
51
<programlisting role="php">
53
52
<![CDATA[
54
53
<?php
55
54