reference/enchant/functions/enchant-dict-check.xml
6fa29283c5861ccb1f9da74fb252f80e01d27668
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>enchant_dict_check</methodname>
12
-
<methodparam><type>resource</type><parameter>dict</parameter></methodparam>
12
+
<methodparam><type>EnchantDictionary</type><parameter>dictionary</parameter></methodparam>
13
13
<methodparam><type>string</type><parameter>word</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -21,14 +21,7 @@
21
21
&reftitle.parameters;
22
22
<para>
23
23
<variablelist>
24
-
<varlistentry>
25
-
<term><parameter>dict</parameter></term>
26
-
<listitem>
27
-
<para>
28
-
Dictionary resource
29
-
</para>
30
-
</listitem>
31
-
</varlistentry>
24
+
&enchant.param.dictionary;
32
25
<varlistentry>
33
26
<term><parameter>word</parameter></term>
34
27
<listitem>
...
...
@@ -46,8 +39,25 @@
46
39
Returns &true; if the word is spelled correctly, &false; if not.
47
40
</para>
48
41
</refsect1>
49
-
</refentry>
50
42

43
+
<refsect1 role="changelog">
44
+
&reftitle.changelog;
45
+
<informaltable>
46
+
<tgroup cols="2">
47
+
<thead>
48
+
<row>
49
+
<entry>&Version;</entry>
50
+
<entry>&Description;</entry>
51
+
</row>
52
+
</thead>
53
+
<tbody>
54
+
&enchant.changelog.dictionary-param;
55
+
</tbody>
56
+
</tgroup>
57
+
</informaltable>
58
+
</refsect1>
59
+

60
+
</refentry>
51
61
<!-- Keep this comment at the end of the file
52
62
Local variables:
53
63
mode: sgml
54
64