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

4
3
<refentry xml:id="throwable.getprevious" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Throwable::getPrevious</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>abstract</modifier> <modifier>public</modifier> <type>Throwable</type><methodname>Throwable::getPrevious</methodname>
14
-
<void />
11
+
<methodsynopsis role="Throwable">
12
+
<modifier>public</modifier> <type class="union"><type>Throwable</type><type>null</type></type><methodname>Throwable::getPrevious</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Returns any previous Throwable (for example, one provided as the third
...
...
@@ -41,7 +40,6 @@
41
40
</para>
42
41
</refsect1>
43
42
</refentry>
44
-

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