reference/enchant/functions/enchant-dict-quick-check.xml
6fa29283c5861ccb1f9da74fb252f80e01d27668
...
...
@@ -9,9 +9,9 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>enchant_dict_quick_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
-
<methodparam choice="opt"><type>array</type><parameter role="reference">suggestions</parameter></methodparam>
14
+
<methodparam choice="opt"><type>array</type><parameter role="reference">suggestions</parameter><initializer>&null;</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
If the word is correctly spelled return &true;, otherwise return &false;, if suggestions variable
...
...
@@ -22,14 +22,7 @@
22
22
&reftitle.parameters;
23
23
<para>
24
24
<variablelist>
25
-
<varlistentry>
26
-
<term><parameter>dict</parameter></term>
27
-
<listitem>
28
-
<para>
29
-
Dictionary resource
30
-
</para>
31
-
</listitem>
32
-
</varlistentry>
25
+
&enchant.param.dictionary;
33
26
<varlistentry>
34
27
<term><parameter>word</parameter></term>
35
28
<listitem>
...
...
@@ -57,6 +50,23 @@
57
50
</para>
58
51
</refsect1>
59
52

53
+
<refsect1 role="changelog">
54
+
&reftitle.changelog;
55
+
<informaltable>
56
+
<tgroup cols="2">
57
+
<thead>
58
+
<row>
59
+
<entry>&Version;</entry>
60
+
<entry>&Description;</entry>
61
+
</row>
62
+
</thead>
63
+
<tbody>
64
+
&enchant.changelog.dictionary-param;
65
+
</tbody>
66
+
</tgroup>
67
+
</informaltable>
68
+
</refsect1>
69
+

60
70
<refsect1 role="examples">
61
71
&reftitle.examples;
62
72
<para>
...
...
@@ -123,7 +133,6 @@ Array
123
133
</para>
124
134
</refsect1>
125
135
</refentry>
126
-

127
136
<!-- Keep this comment at the end of the file
128
137
Local variables:
129
138
mode: sgml
130
139