reference/ev/evsignal/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>EvSignal::__construct</methodname>
13
13
<methodparam>
...
...
@@ -30,7 +30,7 @@
30
30
<parameter>priority</parameter>
31
31
<initializer>0</initializer>
32
32
</methodparam>
33
-
</methodsynopsis>
33
+
</constructorsynopsis>
34
34
<para>
35
35
Constructs EvSignal watcher object and starts it automatically. For a
36
36
stopped periodic watcher consider using
...
...
@@ -89,12 +89,7 @@
89
89
</varlistentry>
90
90
</variablelist>
91
91
</refsect1>
92
-
<refsect1 role="returnvalues">
93
-
&reftitle.returnvalues;
94
-
<para>
95
-
Returns EvSignal object on success.
96
-
</para>
97
-
</refsect1>
92
+

98
93
<refsect1 role="examples">
99
94
&reftitle.examples;
100
95
<example>
101
96