reference/pspell/functions/pspell-config-data-dir.xml
81b23db050ac0627b056585c16bfe95445ae174e
...
...
@@ -3,14 +3,14 @@
3
3
<refentry xml:id="function.pspell-config-data-dir" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>pspell_config_data_dir</refname>
6
-
<refpurpose>location of language data files</refpurpose>
6
+
<refpurpose>Location of language data files</refpurpose>
7
7
</refnamediv>
8
8
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>pspell_config_data_dir</methodname>
13
-
<methodparam><type>int</type><parameter>conf</parameter></methodparam>
13
+
<methodparam><type>PSpell\Config</type><parameter>config</parameter></methodparam>
14
14
<methodparam><type>string</type><parameter>directory</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
...
...
@@ -25,8 +25,24 @@
25
25
</para>
26
26
</refsect1>
27
27

28
-
</refentry>
28
+
<refsect1 role="changelog">
29
+
&reftitle.changelog;
30
+
<informaltable>
31
+
<tgroup cols="2">
32
+
<thead>
33
+
<row>
34
+
<entry>&Version;</entry>
35
+
<entry>&Description;</entry>
36
+
</row>
37
+
</thead>
38
+
<tbody>
39
+
&pspell.changelog.pspell-config;
40
+
</tbody>
41
+
</tgroup>
42
+
</informaltable>
43
+
</refsect1>
29
44

45
+
</refentry>
30
46
<!-- Keep this comment at the end of the file
31
47
Local variables:
32
48
mode: sgml
33
49