reference/imagick/imagickdraw/getstrokelinejoin.xml
0f49e97eebd971ba0468bc1b7c6265fd457f60c8
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>int</type><methodname>ImagickDraw::getStrokeLineJoin</methodname>
12
+
<modifier>public</modifier> <type>int</type><methodname>ImagickDraw::getStrokeLineJoin</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
&warn.undocumented.func;
...
...
@@ -22,7 +22,8 @@
22
22
<refsect1 role="returnvalues">
23
23
&reftitle.returnvalues;
24
24
<para>
25
-
Returns one of the LINEJOIN_ constants or 0 if stroke line join is not set.
25
+
Returns a <link linkend="imagick.constants.linejoin">LINEJOIN</link> constant
26
+
(<literal>imagick::LINEJOIN_*</literal>), or 0 if stroke line join is not set.
26
27
</para>
27
28
</refsect1>
28
29

29
30