language/predefined/error/getcode.xml
09c49da6f0167fcdfe53a76e3ea28ecfc0eb337b
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="error.getcode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Error::getCode</refname>
...
...
@@ -9,9 +8,9 @@
9
8
10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>final</modifier> <modifier>public</modifier> <type>mixed</type><methodname>Error::getCode</methodname>
14
-
<void />
11
+
<methodsynopsis role="Error">
12
+
<modifier>final</modifier> <modifier>public</modifier> <type>int</type><methodname>Error::getCode</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Returns the error code.
...
...
@@ -26,7 +25,7 @@
26
25
<refsect1 role="returnvalues">
27
26
&reftitle.returnvalues;
28
27
<para>
29
-
Returns the error code as <type>integer</type>
28
+
Returns the error code as <type>int</type>
30
29
</para>
31
30
</refsect1>
32
31

...
...
@@ -65,7 +64,6 @@ The Error code is: 30
65
64
</para>
66
65
</refsect1>
67
66
</refentry>
68
-
69
67
<!-- Keep this comment at the end of the file
70
68
Local variables:
71
69
mode: sgml
...
...
@@ -86,4 +84,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
86
84
vim: et tw=78 syn=sgml
87
85
vi: ts=1 sw=1
88
86
-->
89
-

90
87