reference/pspell/functions/pspell-add-to-session.xml
81b23db050ac0627b056585c16bfe95445ae174e
...
...
@@ -10,7 +10,7 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>pspell_add_to_session</methodname>
13
-
<methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
13
+
<methodparam><type>PSpell\Dictionary</type><parameter>dictionary</parameter></methodparam>
14
14
<methodparam><type>string</type><parameter>word</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<simpara>
...
...
@@ -25,10 +25,9 @@
25
25
<para>
26
26
<variablelist>
27
27
<varlistentry>
28
-
<term><parameter>dictionary_link</parameter></term>
28
+
<term><parameter>dictionary</parameter></term>
29
29
<listitem>
30
-
<para>
31
-
</para>
30
+
&pspell.parameter.pspell-dictionary;
32
31
</listitem>
33
32
</varlistentry>
34
33
<varlistentry>
...
...
@@ -50,8 +49,24 @@
50
49
</para>
51
50
</refsect1>
52
51

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

69
+
</refentry>
55
70
<!-- Keep this comment at the end of the file
56
71
Local variables:
57
72
mode: sgml
58
73