reference/rrd/rrdcreator/construct.xml
c44e9cb68b9b65771f9c45db2c07a06c63d71359
...
...
@@ -9,14 +9,14 @@
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
12
+
<constructorsynopsis>
13
13
<modifier>public</modifier> <methodname>RRDCreator::__construct</methodname>
14
14
<methodparam><type>string</type><parameter>path</parameter></methodparam>
15
15
<methodparam choice="opt"><type>string</type><parameter>startTime</parameter></methodparam>
16
16
<methodparam choice="opt"><type>int</type><parameter>step</parameter><initializer>0</initializer></methodparam>
17
-
</methodsynopsis>
17
+
</constructorsynopsis>
18
18
<para>
19
-
Creates new RRDCreator instance.
19
+
Creates new <classname>RRDCreator</classname> instance.
20
20
</para>
21
21
</refsect1>
22
22

...
...
@@ -51,12 +51,6 @@
51
51
</variablelist>
52
52
</refsect1>
53
53

54
-
<refsect1 role="returnvalues">
55
-
&reftitle.returnvalues;
56
-
<para>
57
-
&return.void;
58
-
</para>
59
-
</refsect1>
60
54
</refentry>
61
55

62
56
<!-- Keep this comment at the end of the file
63
57