reference/enchant/functions/enchant-dict-store-replacement.xml
6fa29283c5861ccb1f9da74fb252f80e01d27668
...
...
@@ -9,9 +9,9 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>void</type><methodname>enchant_dict_store_replacement</methodname>
12
-
<methodparam><type>resource</type><parameter>dict</parameter></methodparam>
13
-
<methodparam><type>string</type><parameter>mis</parameter></methodparam>
14
-
<methodparam><type>string</type><parameter>cor</parameter></methodparam>
12
+
<methodparam><type>EnchantDictionary</type><parameter>dictionary</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>misspelled</parameter></methodparam>
14
+
<methodparam><type>string</type><parameter>correct</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Add a correction for 'mis' using 'cor'.
...
...
@@ -24,16 +24,9 @@
24
24
&reftitle.parameters;
25
25
<para>
26
26
<variablelist>
27
+
&enchant.param.dictionary;
27
28
<varlistentry>
28
-
<term><parameter>dict</parameter></term>
29
-
<listitem>
30
-
<para>
31
-
Dictionary resource
32
-
</para>
33
-
</listitem>
34
-
</varlistentry>
35
-
<varlistentry>
36
-
<term><parameter>mis</parameter></term>
29
+
<term><parameter>misspelled</parameter></term>
37
30
<listitem>
38
31
<para>
39
32
The work to fix
...
...
@@ -41,7 +34,7 @@
41
34
</listitem>
42
35
</varlistentry>
43
36
<varlistentry>
44
-
<term><parameter>cor</parameter></term>
37
+
<term><parameter>correct</parameter></term>
45
38
<listitem>
46
39
<para>
47
40
The correct word
...
...
@@ -57,8 +50,25 @@
57
50
&return.success;
58
51
</para>
59
52
</refsect1>
60
-
</refentry>
61
53

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

71
+
</refentry>
62
72
<!-- Keep this comment at the end of the file
63
73
Local variables:
64
74
mode: sgml
65
75