reference/intl/intlbreakiterator/geterrorcode.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
4
3
<refentry xml:id="intlbreakiterator.geterrorcode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlBreakIterator::getErrorCode</refname>
...
...
@@ -11,14 +10,14 @@
11
10
<refsect1 role="description">
12
11
&reftitle.description;
13
12
<para>&style.oop; (method):</para>
14
-
<methodsynopsis>
15
-
<modifier>public</modifier> <type>ReturnType</type><methodname>IntlBreakIterator::getErrorCode</methodname>
16
-
<void />
17
-
</methodsynopsis>
13
+
<methodsynopsis role="IntlBreakIterator">
14
+
<modifier>public</modifier> <type>int</type><methodname>IntlBreakIterator::getErrorCode</methodname>
15
+
<void/>
16
+
</methodsynopsis>
18
17
<para>&style.procedural;:</para>
19
18
<methodsynopsis>
20
-
<type>ReturnType</type><methodname>intl_get_error_code</methodname>
21
-
<void />
19
+
<type>int</type><methodname>intl_get_error_code</methodname>
20
+
<void/>
22
21
</methodsynopsis>
23
22
<para>
24
23

...
...
@@ -42,7 +41,6 @@
42
41

43
42

44
43
</refentry>
45
-
46
44
<!-- Keep this comment at the end of the file
47
45
Local variables:
48
46
mode: sgml
49
47