reference/intl/uconverter/convert.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="uconverter.convert" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>UConverter::convert</refname>
...
...
@@ -9,10 +8,10 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>string</type><methodname>UConverter::convert</methodname>
11
+
<methodsynopsis role="UConverter">
12
+
<modifier>public</modifier> <type class="union"><type>string</type><type>false</type></type><methodname>UConverter::convert</methodname>
14
13
<methodparam><type>string</type><parameter>str</parameter></methodparam>
15
-
<methodparam choice="opt"><type>bool</type><parameter>reverse</parameter></methodparam>
14
+
<methodparam choice="opt"><type>bool</type><parameter>reverse</parameter><initializer>&false;</initializer></methodparam>
16
15
</methodsynopsis>
17
16
<para>
18
17

...
...
@@ -53,7 +52,6 @@
53
52

54
53

55
54
</refentry>
56
-

57
55
<!-- Keep this comment at the end of the file
58
56
Local variables:
59
57
mode: sgml
60
58