reference/enchant/functions/enchant-broker-dict-exists.xml
6fa29283c5861ccb1f9da74fb252f80e01d27668
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>enchant_broker_dict_exists</methodname>
12
-
<methodparam><type>resource</type><parameter>broker</parameter></methodparam>
12
+
<methodparam><type>EnchantBroker</type><parameter>broker</parameter></methodparam>
13
13
<methodparam><type>string</type><parameter>tag</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -20,14 +20,7 @@
20
20
&reftitle.parameters;
21
21
<para>
22
22
<variablelist>
23
-
<varlistentry>
24
-
<term><parameter>broker</parameter></term>
25
-
<listitem>
26
-
<para>
27
-
Broker resource
28
-
</para>
29
-
</listitem>
30
-
</varlistentry>
23
+
&enchant.param.broker;
31
24
<varlistentry>
32
25
<term><parameter>tag</parameter></term>
33
26
<listitem>
...
...
@@ -47,6 +40,23 @@
47
40
</para>
48
41
</refsect1>
49
42

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

50
60
<refsect1 role="examples">
51
61
&reftitle.examples;
52
62
<para>
...
...
@@ -77,7 +87,6 @@ if (enchant_broker_dict_exists($r,$tag)) {
77
87
</para>
78
88
</refsect1>
79
89
</refentry>
80
-

81
90
<!-- Keep this comment at the end of the file
82
91
Local variables:
83
92
mode: sgml
84
93