reference/rrd/rrdgraph/construct.xml
c44e9cb68b9b65771f9c45db2c07a06c63d71359
...
...
@@ -9,12 +9,12 @@
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
12
+
<constructorsynopsis>
13
13
<modifier>public</modifier> <methodname>RRDGraph::__construct</methodname>
14
14
<methodparam><type>string</type><parameter>path</parameter></methodparam>
15
-
</methodsynopsis>
15
+
</constructorsynopsis>
16
16
<para>
17
-
Creates new RRDGraph instance. This instance is responsible for rendering
17
+
Creates new <classname>RRDGraph</classname> instance. This instance is responsible for rendering
18
18
the result of RRD database query into image.
19
19
</para>
20
20
</refsect1>
...
...
@@ -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