reference/tidy/functions/tidy-warning-count.xml
04f10f9f8df60beadd833d6f48a4f01e835cdcaa
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>int</type><methodname>tidy_warning_count</methodname>
12
-
<methodparam><type>tidy</type><parameter>object</parameter></methodparam>
12
+
<methodparam><type>tidy</type><parameter>tidy</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Returns the number of Tidy warnings encountered for the specified document.
...
...
@@ -20,7 +20,7 @@
20
20
<para>
21
21
<variablelist>
22
22
<varlistentry>
23
-
<term><parameter>object</parameter></term>
23
+
<term><parameter>tidy</parameter></term>
24
24
<listitem>
25
25
<para>
26
26
&tidy.object;
...
...
@@ -67,7 +67,6 @@ echo tidy_warning_count($tidy) . "\n"; //5
67
67
</para>
68
68
</refsect1>
69
69
</refentry>
70
-

71
70
<!-- Keep this comment at the end of the file
72
71
Local variables:
73
72
mode: sgml
74
73