reference/ev/evprepare/construct.xml
33e5f4ef7243bc1282acb1cba93e8f99c1debe68
...
...
@@ -7,7 +7,7 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<constructorsynopsis>
11
11
<modifier>public</modifier>
12
12
<methodname>EvPrepare::__construct</methodname>
13
13
<methodparam>
...
...
@@ -22,7 +22,7 @@
22
22
<type>string</type>
23
23
<parameter>priority</parameter>
24
24
</methodparam>
25
-
</methodsynopsis>
25
+
</constructorsynopsis>
26
26
<para>
27
27
Constructs EvPrepare watcher object. And starts the watcher automatically.
28
28
If need a stopped watcher consider using
...
...
@@ -66,12 +66,7 @@
66
66
</varlistentry>
67
67
</variablelist>
68
68
</refsect1>
69
-
<refsect1 role="returnvalues">
70
-
&reftitle.returnvalues;
71
-
<para>
72
-
Returns EvPrepare object on success.
73
-
</para>
74
-
</refsect1>
69
+

75
70
<refsect1 role="seealso">
76
71
&reftitle.seealso;
77
72
<simplelist>
78
73