reference/intl/spoofchecker/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="spoofchecker.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Spoofchecker::__construct</refname>
...
...
@@ -9,16 +8,13 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<constructorsynopsis role="Spoofchecker">
13
12
<modifier>public</modifier> <methodname>Spoofchecker::__construct</methodname>
14
-
<void />
15
-
</methodsynopsis>
13
+
<void/>
14
+
</constructorsynopsis>
16
15
<para>
17
-

16
+
Creates new instance of Spoofchecker.
18
17
</para>
19
-

20
-
&warn.undocumented.func;
21
-

22
18
</refsect1>
23
19

24
20
<refsect1 role="parameters">
...
...
@@ -26,16 +22,7 @@
26
22
&no.function.parameters;
27
23
</refsect1>
28
24

29
-
<refsect1 role="returnvalues">
30
-
&reftitle.returnvalues;
31
-
<para>
32
-

33
-
</para>
34
-
</refsect1>
35
-

36
-

37
25
</refentry>
38
-

39
26
<!-- Keep this comment at the end of the file
40
27
Local variables:
41
28
mode: sgml
42
29