reference/enchant/functions/enchant-dict-describe.xml
6fa29283c5861ccb1f9da74fb252f80e01d27668
...
...
@@ -8,8 +8,8 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>mixed</type><methodname>enchant_dict_describe</methodname>
12
-
<methodparam><type>resource</type><parameter>dict</parameter></methodparam>
11
+
<type>array</type><methodname>enchant_dict_describe</methodname>
12
+
<methodparam><type>EnchantDictionary</type><parameter>dictionary</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Returns the details of the dictionary.
...
...
@@ -20,14 +20,7 @@
20
20
&reftitle.parameters;
21
21
<para>
22
22
<variablelist>
23
-
<varlistentry>
24
-
<term><parameter>dict</parameter></term>
25
-
<listitem>
26
-
<para>
27
-
Dictionary resource
28
-
</para>
29
-
</listitem>
30
-
</varlistentry>
23
+
&enchant.param.dictionary;
31
24
</variablelist>
32
25
</para>
33
26
</refsect1>
...
...
@@ -39,6 +32,29 @@
39
32
</para>
40
33
</refsect1>
41
34

35
+
<refsect1 role="changelog">
36
+
&reftitle.changelog;
37
+
<informaltable>
38
+
<tgroup cols="2">
39
+
<thead>
40
+
<row>
41
+
<entry>&Version;</entry>
42
+
<entry>&Description;</entry>
43
+
</row>
44
+
</thead>
45
+
<tbody>
46
+
&enchant.changelog.dictionary-param;
47
+
<row>
48
+
<entry>8.0.0</entry>
49
+
<entry>
50
+
Prior to this version, the function returned &false; on failure.
51
+
</entry>
52
+
</row>
53
+
</tbody>
54
+
</tgroup>
55
+
</informaltable>
56
+
</refsect1>
57
+

42
58
<refsect1 role="examples">
43
59
&reftitle.examples;
44
60
<para>
...
...
@@ -92,7 +108,6 @@ Array
92
108

93
109

94
110
</refentry>
95
-

96
111
<!-- Keep this comment at the end of the file
97
112
Local variables:
98
113
mode: sgml
99
114