reference/intl/transliterator/construct.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="transliterator.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Transliterator::__construct</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<constructorsynopsis>
13
-
<methodname>Transliterator::__construct</methodname>
14
-
<void />
11
+
<constructorsynopsis role="Transliterator">
12
+
<modifier>final</modifier> <modifier>private</modifier> <methodname>Transliterator::__construct</methodname>
13
+
<void/>
15
14
</constructorsynopsis>
16
15
<para>
17
16
This method should not be called. Its only purpose is to deny instantiation
...
...
@@ -29,14 +28,6 @@
29
28
&no.function.parameters;
30
29
</refsect1>
31
30

32
-
<refsect1 role="returnvalues">
33
-
&reftitle.returnvalues;
34
-
<para>
35
-
This method should not be executed. If it is (e.g. through reflection), then
36
-
its return value is unspecified.
37
-
</para>
38
-
</refsect1>
39
-

40
31
<refsect1 role="seealso">
41
32
&reftitle.seealso;
42
33
<para>
...
...
@@ -48,7 +39,6 @@
48
39
</refsect1>
49
40

50
41
</refentry>
51
-

52
42
<!-- Keep this comment at the end of the file
53
43
Local variables:
54
44
mode: sgml
55
45