reference/enchant/functions/enchant-dict-suggest.xml
6fa29283c5861ccb1f9da74fb252f80e01d27668
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>array</type><methodname>enchant_dict_suggest</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>
...
...
@@ -19,14 +19,7 @@
19
19
&reftitle.parameters;
20
20
<para>
21
21
<variablelist>
22
-
<varlistentry>
23
-
<term><parameter>dict</parameter></term>
24
-
<listitem>
25
-
<para>
26
-
Dictionary resource
27
-
</para>
28
-
</listitem>
29
-
</varlistentry>
22
+
&enchant.param.dictionary;
30
23
<varlistentry>
31
24
<term><parameter>word</parameter></term>
32
25
<listitem>
...
...
@@ -46,6 +39,23 @@
46
39
</refsect1>
47
40

48
41

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

49
59
<refsect1 role="examples">
50
60
&reftitle.examples;
51
61
<para>
...
...
@@ -85,7 +95,6 @@ enchant_broker_free($r);
85
95
</para>
86
96
</refsect1>
87
97
</refentry>
88
-

89
98
<!-- Keep this comment at the end of the file
90
99
Local variables:
91
100
mode: sgml
92
101