Skip to content

Commit

Permalink
Merge pull request Samsung#961 from pkosko/constructor_fix40
Browse files Browse the repository at this point in the history
[4.0] Fixed 'contructor' sections missed in PR Samsung#944
  • Loading branch information
mijin85cho authored Dec 4, 2019
2 parents 5edc596 + ef48393 commit d5dd3c7
Show file tree
Hide file tree
Showing 17 changed files with 195 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="Account::constructor">Constructors</h4>
<dl>
<h4>Constructor (<a href="#AccountProvider">AccountProvider</a>, <a href="#AccountInit">AccountInit</a>?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (<a href="#AccountProvider">AccountProvider</a>, <a href="#AccountInit">AccountInit</a>?)</span></b></code>
</dt>
<pre class="webidl prettyprint">Account(<a href="#AccountProvider">AccountProvider</a> provider, optional <a href="#AccountInit">AccountInit</a>? accountInitDict);</pre>
</dl>
</div>
Expand Down
16 changes: 12 additions & 4 deletions docs/application/web/api/4.0/device_api/wearable/tizen/alarm.html
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="AlarmRelative::constructor">Constructors</h4>
<dl>
<h4>Constructor (long, long?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (long, long?)</span></b></code>
</dt>
<pre class="webidl prettyprint">AlarmRelative(long delay, optional long? period);</pre>
</dl>
</div>
Expand Down Expand Up @@ -877,11 +879,17 @@ <h4>Methods</h4>
<div class="constructors">
<h4 id="AlarmAbsolute::constructor">Constructors</h4>
<dl>
<h4>Constructor (Date)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (Date)</span></b></code>
</dt>
<pre class="webidl prettyprint">AlarmAbsolute(Date date);</pre>
<h4>Constructor (Date, <a href="#ByDayValue">ByDayValue</a>[])</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (Date, <a href="#ByDayValue">ByDayValue</a>[])</span></b></code>
</dt>
<pre class="webidl prettyprint">AlarmAbsolute(Date date, <a href="#ByDayValue">ByDayValue</a>[] daysOfTheWeek);</pre>
<h4>Constructor (Date, long)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (Date, long)</span></b></code>
</dt>
<pre class="webidl prettyprint">AlarmAbsolute(Date date, long period);</pre>
</dl>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2449,7 +2449,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="ApplicationControlData::constructor">Constructors</h4>
<dl>
<h4>Constructor (DOMString, DOMString[])</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (DOMString, DOMString[])</span></b></code>
</dt>
<pre class="webidl prettyprint">ApplicationControlData(DOMString key, DOMString[] value);</pre>
</dl>
</div>
Expand Down Expand Up @@ -2507,7 +2509,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="ApplicationControl::constructor">Constructors</h4>
<dl>
<h4>Constructor (DOMString, DOMString?, DOMString?, DOMString?, <a href="#ApplicationControlData">ApplicationControlData</a>[]?, <a href="#ApplicationControlLaunchMode">ApplicationControlLaunchMode</a>?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (DOMString, DOMString?, DOMString?, DOMString?, <a href="#ApplicationControlData">ApplicationControlData</a>[]?, <a href="#ApplicationControlLaunchMode">ApplicationControlLaunchMode</a>?)</span></b></code>
</dt>
<pre class="webidl prettyprint">ApplicationControl(DOMString operation, optional DOMString? uri, optional DOMString? mime, optional DOMString? category,
optional <a href="#ApplicationControlData">ApplicationControlData</a>[]? data, optional <a href="#ApplicationControlLaunchMode">ApplicationControlLaunchMode</a>? launchMode);</pre>
</dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="BluetoothLEServiceData::constructor">Constructors</h4>
<dl>
<h4>Constructor (DOMString, DOMString)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (DOMString, DOMString)</span></b></code>
</dt>
<pre class="webidl prettyprint">BluetoothLEServiceData(DOMString uuid, DOMString data);</pre>
<div class="example">
<span class="example"><p>Code example:</p></span><pre name="code" class="examplecode prettyprint">/* Creates a serviceData. */
Expand Down Expand Up @@ -624,7 +626,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="BluetoothLEManufacturerData::constructor">Constructors</h4>
<dl>
<h4>Constructor (DOMString, DOMString)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (DOMString, DOMString)</span></b></code>
</dt>
<pre class="webidl prettyprint">BluetoothLEManufacturerData(DOMString id, DOMString data);</pre>
<div class="example">
<span class="example"><p>Code example:</p></span><pre name="code" class="examplecode prettyprint">/* Creates a manufacturerData. */
Expand Down Expand Up @@ -755,7 +759,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="BluetoothLEAdvertiseData::constructor">Constructors</h4>
<dl>
<h4>Constructor (<a href="#BluetoothLEAdvertiseDataInit">BluetoothLEAdvertiseDataInit</a>?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (<a href="#BluetoothLEAdvertiseDataInit">BluetoothLEAdvertiseDataInit</a>?)</span></b></code>
</dt>
<pre class="webidl prettyprint">BluetoothLEAdvertiseData(optional <a href="#BluetoothLEAdvertiseDataInit">BluetoothLEAdvertiseDataInit</a>? init);</pre>
</dl>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,9 @@ <h4>Methods</h4>
<div class="constructors">
<h4 id="Calendar::constructor">Constructors</h4>
<dl>
<h4>Constructor (<a href="account.html#AccountId">AccountId</a>, DOMString, <a href="#CalendarType">CalendarType</a>)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (<a href="account.html#AccountId">AccountId</a>, DOMString, <a href="#CalendarType">CalendarType</a>)</span></b></code>
</dt>
<pre class="webidl prettyprint">Calendar(<a href="account.html#AccountId">AccountId</a> accountId, DOMString name, <a href="#CalendarType">CalendarType</a> type);</pre>
</dl>
</div>
Expand Down Expand Up @@ -2788,9 +2790,13 @@ <h4>Methods</h4>
<div class="constructors">
<h4 id="CalendarTask::constructor">Constructors</h4>
<dl>
<h4>Constructor (<a href="#CalendarTaskInit">CalendarTaskInit</a>?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (<a href="#CalendarTaskInit">CalendarTaskInit</a>?)</span></b></code>
</dt>
<pre class="webidl prettyprint">CalendarTask(optional <a href="#CalendarTaskInit">CalendarTaskInit</a>? taskInitDict);</pre>
<h4>Constructor (DOMString, <a href="#CalendarTextFormat">CalendarTextFormat</a>)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (DOMString, <a href="#CalendarTextFormat">CalendarTextFormat</a>)</span></b></code>
</dt>
<pre class="webidl prettyprint">CalendarTask(DOMString stringRepresentation, <a href="#CalendarTextFormat">CalendarTextFormat</a> format);</pre>
</dl>
</div>
Expand Down Expand Up @@ -2930,9 +2936,13 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="CalendarEvent::constructor">Constructors</h4>
<dl>
<h4>Constructor (<a href="#CalendarEventInit">CalendarEventInit</a>?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (<a href="#CalendarEventInit">CalendarEventInit</a>?)</span></b></code>
</dt>
<pre class="webidl prettyprint">CalendarEvent(optional <a href="#CalendarEventInit">CalendarEventInit</a>? eventInitDict);</pre>
<h4>Constructor (DOMString, <a href="#CalendarTextFormat">CalendarTextFormat</a>)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (DOMString, <a href="#CalendarTextFormat">CalendarTextFormat</a>)</span></b></code>
</dt>
<pre class="webidl prettyprint">CalendarEvent(DOMString stringRepresentation, <a href="#CalendarTextFormat">CalendarTextFormat</a> format);</pre>
</dl>
</div>
Expand Down Expand Up @@ -3181,7 +3191,9 @@ <h4>Methods</h4>
<div class="constructors">
<h4 id="CalendarAttendee::constructor">Constructors</h4>
<dl>
<h4>Constructor (DOMString, <a href="#CalendarAttendeeInit">CalendarAttendeeInit</a>?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (DOMString, <a href="#CalendarAttendeeInit">CalendarAttendeeInit</a>?)</span></b></code>
</dt>
<pre class="webidl prettyprint">CalendarAttendee(DOMString uri, optional <a href="#CalendarAttendeeInit">CalendarAttendeeInit</a>? attendeeInitDict);</pre>
</dl>
</div>
Expand Down Expand Up @@ -3361,7 +3373,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="CalendarRecurrenceRule::constructor">Constructors</h4>
<dl>
<h4>Constructor (<a href="#RecurrenceRuleFrequency">RecurrenceRuleFrequency</a>, <a href="#CalendarRecurrenceRuleInit">CalendarRecurrenceRuleInit</a>?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (<a href="#RecurrenceRuleFrequency">RecurrenceRuleFrequency</a>, <a href="#CalendarRecurrenceRuleInit">CalendarRecurrenceRuleInit</a>?)</span></b></code>
</dt>
<pre class="webidl prettyprint">CalendarRecurrenceRule(<a href="#RecurrenceRuleFrequency">RecurrenceRuleFrequency</a> frequency, optional <a href="#CalendarRecurrenceRuleInit">CalendarRecurrenceRuleInit</a>? ruleInitDict);</pre>
</dl>
</div>
Expand Down Expand Up @@ -3539,7 +3553,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="CalendarEventId::constructor">Constructors</h4>
<dl>
<h4>Constructor (DOMString, DOMString?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (DOMString, DOMString?)</span></b></code>
</dt>
<pre class="webidl prettyprint">CalendarEventId(DOMString uid, optional DOMString? rid);</pre>
</dl>
</div>
Expand Down Expand Up @@ -3613,9 +3629,13 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="CalendarAlarm::constructor">Constructors</h4>
<dl>
<h4>Constructor (<a href="time.html#TZDate">TZDate</a>, <a href="#AlarmMethod">AlarmMethod</a>, DOMString?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (<a href="time.html#TZDate">TZDate</a>, <a href="#AlarmMethod">AlarmMethod</a>, DOMString?)</span></b></code>
</dt>
<pre class="webidl prettyprint">CalendarAlarm(<a href="time.html#TZDate">TZDate</a> absoluteDate, <a href="#AlarmMethod">AlarmMethod</a> method, optional DOMString? description);</pre>
<h4>Constructor (<a href="time.html#TimeDuration">TimeDuration</a>, <a href="#AlarmMethod">AlarmMethod</a>, DOMString?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (<a href="time.html#TimeDuration">TimeDuration</a>, <a href="#AlarmMethod">AlarmMethod</a>, DOMString?)</span></b></code>
</dt>
<pre class="webidl prettyprint">CalendarAlarm(<a href="time.html#TimeDuration">TimeDuration</a> before, <a href="#AlarmMethod">AlarmMethod</a> method, optional DOMString? description);</pre>
</dl>
</div>
Expand Down
60 changes: 45 additions & 15 deletions docs/application/web/api/4.0/device_api/wearable/tizen/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,9 @@ <h4>Methods</h4>
<div class="constructors">
<h4 id="AddressBook::constructor">Constructors</h4>
<dl>
<h4>Constructor (<a href="account.html#AccountId">AccountId</a>, DOMString)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (<a href="account.html#AccountId">AccountId</a>, DOMString)</span></b></code>
</dt>
<pre class="webidl prettyprint">AddressBook(<a href="account.html#AccountId">AccountId</a> accountId, DOMString name);</pre>
</dl>
</div>
Expand Down Expand Up @@ -4185,9 +4187,13 @@ <h4>Methods</h4>
<div class="constructors">
<h4 id="Contact::constructor">Constructors</h4>
<dl>
<h4>Constructor (<a href="#ContactInit">ContactInit</a>?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (<a href="#ContactInit">ContactInit</a>?)</span></b></code>
</dt>
<pre class="webidl prettyprint">Contact(optional <a href="#ContactInit">ContactInit</a>? ContactInitDict);</pre>
<h4>Constructor (DOMString)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (DOMString)</span></b></code>
</dt>
<pre class="webidl prettyprint">Contact(DOMString stringRepresentation);</pre>
</dl>
</div>
Expand Down Expand Up @@ -4776,7 +4782,9 @@ <h4>Methods</h4>
<div class="constructors">
<h4 id="ContactRef::constructor">Constructors</h4>
<dl>
<h4>Constructor (<a href="#AddressBookId">AddressBookId</a>, <a href="#ContactId">ContactId</a>)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (<a href="#AddressBookId">AddressBookId</a>, <a href="#ContactId">ContactId</a>)</span></b></code>
</dt>
<pre class="webidl prettyprint">ContactRef(<a href="#AddressBookId">AddressBookId</a> addressBookId, <a href="#ContactId">ContactId</a> contactId);</pre>
<div class="example">
<span class="example"><p>Code example:</p></span><pre name="code" class="examplecode prettyprint">/* Gets the default address book. */
Expand Down Expand Up @@ -4864,7 +4872,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="ContactName::constructor">Constructors</h4>
<dl>
<h4>Constructor (<a href="#ContactNameInit">ContactNameInit</a>?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (<a href="#ContactNameInit">ContactNameInit</a>?)</span></b></code>
</dt>
<pre class="webidl prettyprint">ContactName(optional <a href="#ContactNameInit">ContactNameInit</a>? nameInitDict);</pre>
<div class="example">
<span class="example"><p>Code example:</p></span><pre name="code" class="examplecode prettyprint">var myContactName = new tizen.ContactName({prefix: "Mr.", firstName: "John", lastName: "Doe"});
Expand Down Expand Up @@ -5123,7 +5133,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="ContactOrganization::constructor">Constructors</h4>
<dl>
<h4>Constructor (<a href="#ContactOrganizationInit">ContactOrganizationInit</a>?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (<a href="#ContactOrganizationInit">ContactOrganizationInit</a>?)</span></b></code>
</dt>
<pre class="webidl prettyprint">ContactOrganization(optional <a href="#ContactOrganizationInit">ContactOrganizationInit</a>? orgInitDict);</pre>
</dl>
</div>
Expand Down Expand Up @@ -5233,7 +5245,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="ContactWebSite::constructor">Constructors</h4>
<dl>
<h4>Constructor (DOMString, DOMString)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (DOMString, DOMString)</span></b></code>
</dt>
<pre class="webidl prettyprint">ContactWebSite(DOMString url, optional DOMString type);</pre>
</dl>
</div>
Expand Down Expand Up @@ -5295,7 +5309,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="ContactAnniversary::constructor">Constructors</h4>
<dl>
<h4>Constructor (Date, DOMString?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (Date, DOMString?)</span></b></code>
</dt>
<pre class="webidl prettyprint">ContactAnniversary(Date date, optional DOMString? label);</pre>
</dl>
</div>
Expand Down Expand Up @@ -5396,7 +5412,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="ContactAddress::constructor">Constructors</h4>
<dl>
<h4>Constructor (<a href="#ContactAddressInit">ContactAddressInit</a>?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (<a href="#ContactAddressInit">ContactAddressInit</a>?)</span></b></code>
</dt>
<pre class="webidl prettyprint">ContactAddress(optional <a href="#ContactAddressInit">ContactAddressInit</a>? addressInitDict);</pre>
</dl>
</div>
Expand Down Expand Up @@ -5568,7 +5586,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="ContactPhoneNumber::constructor">Constructors</h4>
<dl>
<h4>Constructor (DOMString, DOMString[], boolean)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (DOMString, DOMString[], boolean)</span></b></code>
</dt>
<pre class="webidl prettyprint">ContactPhoneNumber(DOMString number, optional DOMString[] types, optional boolean isDefault);</pre>
</dl>
</div>
Expand Down Expand Up @@ -5704,7 +5724,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="ContactEmailAddress::constructor">Constructors</h4>
<dl>
<h4>Constructor (DOMString, DOMString[], boolean)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (DOMString, DOMString[], boolean)</span></b></code>
</dt>
<pre class="webidl prettyprint">ContactEmailAddress(DOMString email, optional DOMString[] types, optional boolean isDefault);</pre>
</dl>
</div>
Expand Down Expand Up @@ -5815,7 +5837,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="ContactInstantMessenger::constructor">Constructors</h4>
<dl>
<h4>Constructor (DOMString, <a href="#ContactInstantMessengerType">ContactInstantMessengerType</a>?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (DOMString, <a href="#ContactInstantMessengerType">ContactInstantMessengerType</a>?)</span></b></code>
</dt>
<pre class="webidl prettyprint">ContactInstantMessenger(DOMString imAddress, optional <a href="#ContactInstantMessengerType">ContactInstantMessengerType</a>? type);</pre>
</dl>
</div>
Expand Down Expand Up @@ -5924,7 +5948,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="ContactGroup::constructor">Constructors</h4>
<dl>
<h4>Constructor (DOMString, DOMString?, DOMString?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (DOMString, DOMString?, DOMString?)</span></b></code>
</dt>
<pre class="webidl prettyprint">ContactGroup(DOMString name, optional DOMString? ringtoneURI, optional DOMString? photoURI);</pre>
</dl>
</div>
Expand Down Expand Up @@ -6045,7 +6071,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="ContactRelationship::constructor">Constructors</h4>
<dl>
<h4>Constructor (DOMString, <a href="#ContactRelationshipType">ContactRelationshipType</a>?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (DOMString, <a href="#ContactRelationshipType">ContactRelationshipType</a>?)</span></b></code>
</dt>
<pre class="webidl prettyprint">ContactRelationship(DOMString relativeName, optional <a href="#ContactRelationshipType">ContactRelationshipType</a>? type);</pre>
</dl>
</div>
Expand Down Expand Up @@ -6163,7 +6191,9 @@ <h4>Attributes</h4>
<div class="constructors">
<h4 id="ContactExtension::constructor">Constructors</h4>
<dl>
<h4>Constructor (<a href="#ContactExtensionInit">ContactExtensionInit</a>?)</h4>
<dt class="method" id="">
<a class="backward-compatibility-anchor" name=""></a><code><b><span class="methodName">Constructor (<a href="#ContactExtensionInit">ContactExtensionInit</a>?)</span></b></code>
</dt>
<pre class="webidl prettyprint">ContactExtension(optional <a href="#ContactExtensionInit">ContactExtensionInit</a>? extensionInitDict);</pre>
</dl>
</div>
Expand Down
Loading

0 comments on commit d5dd3c7

Please sign in to comment.