reference/rrd/rrdupdater/construct.xml
c44e9cb68b9b65771f9c45db2c07a06c63d71359
...
...
@@ -9,10 +9,10 @@
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
12
+
<constructorsynopsis>
13
13
<modifier>public</modifier> <methodname>RRDUpdater::__construct</methodname>
14
14
<methodparam><type>string</type><parameter>path</parameter></methodparam>
15
-
</methodsynopsis>
15
+
</constructorsynopsis>
16
16
<para>
17
17
Creates new RRDUpdater instance. This instance is responsible for updating
18
18
the RRD database file.
...
...
@@ -33,12 +33,6 @@
33
33
</variablelist>
34
34
</refsect1>
35
35

36
-
<refsect1 role="returnvalues">
37
-
&reftitle.returnvalues;
38
-
<para>
39
-
&return.void;
40
-
</para>
41
-
</refsect1>
42
36
</refentry>
43
37

44
38
<!-- Keep this comment at the end of the file
45
39