reference/gender/gender/construct.xml
c44e9cb68b9b65771f9c45db2c07a06c63d71359
...
...
@@ -4,15 +4,15 @@
4
4
<refentry xml:id="gender-gender.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>Gender\Gender::__construct</refname>
7
-
<refpurpose>Construct the Gender object.</refpurpose>
7
+
<refpurpose>Construct the Gender object</refpurpose>
8
8
</refnamediv>
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
12
+
<constructorsynopsis>
13
13
<modifier>public</modifier> <methodname>Gender\Gender::__construct</methodname>
14
14
<methodparam choice="opt"><type>string</type><parameter>dsn</parameter></methodparam>
15
-
</methodsynopsis>
15
+
</constructorsynopsis>
16
16
<para>
17
17
Create a Gender object optionally connecting to an external name
18
18
dictionary. When no external database was given, compiled in data will be
...
...
@@ -34,13 +34,6 @@
34
34
</variablelist>
35
35
</refsect1>
36
36

37
-
<refsect1 role="returnvalues">
38
-
&reftitle.returnvalues;
39
-
<para>
40
-
</para>
41
-
</refsect1>
42
-
43
-
44
37
</refentry>
45
38

46
39
<!-- Keep this comment at the end of the file
47
40