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

4
3
<refentry xml:id="exception.gettrace" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Exception::getTrace</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="Exception">
13
12
<modifier>final</modifier> <modifier>public</modifier> <type>array</type><methodname>Exception::getTrace</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Returns the Exception stack trace.
...
...
@@ -82,7 +81,6 @@ array(1) {
82
81
</para>
83
82
</refsect1>
84
83
</refentry>
85
-

86
84
<!-- Keep this comment at the end of the file
87
85
Local variables:
88
86
mode: sgml
...
...
@@ -103,4 +101,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
103
101
vim: et tw=78 syn=sgml
104
102
vi: ts=1 sw=1
105
103
-->
106
-

107
104