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

4
3
<refentry xml:id="intlcalendar.getfirstdayofweek" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlCalendar::getFirstDayOfWeek</refname>
...
...
@@ -12,16 +11,16 @@
12
11
<para>
13
12
&style.oop;
14
13
</para>
15
-
<methodsynopsis>
16
-
<modifier>public</modifier> <type>int</type><methodname>IntlCalendar::getFirstDayOfWeek</methodname>
17
-
<void />
14
+
<methodsynopsis role="IntlCalendar">
15
+
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>IntlCalendar::getFirstDayOfWeek</methodname>
16
+
<void/>
18
17
</methodsynopsis>
19
18
<para>
20
19
&style.procedural;
21
20
</para>
22
21
<methodsynopsis>
23
-
<type>int</type><methodname>intlcal_get_first_day_of_week</methodname>
24
-
<methodparam><type>IntlCalendar</type><parameter>cal</parameter></methodparam>
22
+
<type class="union"><type>int</type><type>false</type></type><methodname>intlcal_get_first_day_of_week</methodname>
23
+
<methodparam><type>IntlCalendar</type><parameter>calendar</parameter></methodparam>
25
24
</methodsynopsis>
26
25
<para>
27
26
The week day deemed to start a week, either the default value for this
...
...
@@ -34,11 +33,9 @@
34
33
&reftitle.parameters;
35
34
<variablelist>
36
35
<varlistentry>
37
-
<term><parameter>cal</parameter></term>
36
+
<term><parameter>calendar</parameter></term>
38
37
<listitem>
39
-
<para>
40
-
The IntlCalendar resource.
41
-
</para>
38
+
&intl.parameter.intl-calendar;
42
39
</listitem>
43
40
</varlistentry>
44
41
</variablelist>
...
...
@@ -98,7 +95,6 @@ int(6)
98
95
</refsect1>
99
96

100
97
</refentry>
101
-

102
98
<!-- Keep this comment at the end of the file
103
99
Local variables:
104
100
mode: sgml
105
101