language/predefined/exception/tostring.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.tostring" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Exception::__toString</refname>
...
...
@@ -9,9 +8,9 @@
9
8
10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>string</type> <methodname>Exception::__toString</methodname>
14
-
<void />
11
+
<methodsynopsis role="Exception">
12
+
<modifier>public</modifier> <type>string</type><methodname>Exception::__toString</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Returns the <type>string</type> representation of the exception.
...
...
@@ -67,7 +66,6 @@ Stack trace:
67
66
</para>
68
67
</refsect1>
69
68
</refentry>
70
-
71
69
<!-- Keep this comment at the end of the file
72
70
Local variables:
73
71
mode: sgml
...
...
@@ -88,4 +86,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
88
86
vim: et tw=78 syn=sgml
89
87
vi: ts=1 sw=1
90
88
-->
91
-

92
89