reference/enchant/functions/enchant-dict-add-to-session.xml
6fa29283c5861ccb1f9da74fb252f80e01d27668
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>void</type><methodname>enchant_dict_add_to_session</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>
...
...
@@ -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>
...
...
@@ -48,6 +41,24 @@
48
41
&return.void;
49
42
</para>
50
43
</refsect1>
44
+

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

51
62
<refsect1 role="seealso">
52
63
&reftitle.seealso;
53
64
<para>
...
...
@@ -57,7 +68,6 @@
57
68
</para>
58
69
</refsect1>
59
70
</refentry>
60
-

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