language/predefined/generator/throw.xml
8fee3ae9715ffa15922469eb7d98f4878917a6ee
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="generator.throw" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Generator::throw</refname>
...
...
@@ -9,7 +8,7 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="Generator">
13
12
<modifier>public</modifier> <type>mixed</type><methodname>Generator::throw</methodname>
14
13
<methodparam><type>Throwable</type><parameter>exception</parameter></methodparam>
15
14
</methodsynopsis>
...
...
@@ -45,30 +44,6 @@
45
44
</para>
46
45
</refsect1>
47
46

48
-
<refsect1 role="changelog">
49
-
&reftitle.changelog;
50
-
<para>
51
-
<informaltable>
52
-
<tgroup cols="2">
53
-
<thead>
54
-
<row>
55
-
<entry>&Version;</entry>
56
-
<entry>&Description;</entry>
57
-
</row>
58
-
</thead>
59
-
<tbody>
60
-
<row>
61
-
<entry>7.0.0</entry>
62
-
<entry>
63
-
The <parameter>exception</parameter> parameter also accepts <classname>Throwable</classname> now.
64
-
</entry>
65
-
</row>
66
-
</tbody>
67
-
</tgroup>
68
-
</informaltable>
69
-
</para>
70
-
</refsect1>
71
-
72
47
<refsect1 role="examples">
73
48
&reftitle.examples;
74
49
<para>
...
...
@@ -105,7 +80,6 @@ Bar
105
80
</para>
106
81
</refsect1>
107
82
</refentry>
108
-

109
83
<!-- Keep this comment at the end of the file
110
84
Local variables:
111
85
mode: sgml
112
86