Added docs references in some comments

This commit is contained in:
Alexander Cerutti
2021-09-21 00:20:21 +02:00
parent 208faee460
commit 59d9e693a3

View File

@@ -234,6 +234,7 @@ export default class PKPass extends Bundle {
* If the language already exists in the origin source, * If the language already exists in the origin source,
* translations will be added to the existing ones. * translations will be added to the existing ones.
* *
* @see https://developer.apple.com/documentation/walletpasses/creating_the_source_for_a_pass#3736718
* @param lang * @param lang
* @param translations * @param translations
*/ */
@@ -301,6 +302,7 @@ export default class PKPass extends Bundle {
* }); * });
* ``` * ```
* *
* @see https://developer.apple.com/documentation/walletpasses/pass/beacons
* @param beacons * @param beacons
* @returns * @returns
*/ */
@@ -336,6 +338,7 @@ export default class PKPass extends Bundle {
* }); * });
* ``` * ```
* *
* @see https://developer.apple.com/documentation/walletpasses/pass/locations
* @param locations * @param locations
* @returns * @returns
*/ */
@@ -377,6 +380,7 @@ export default class PKPass extends Bundle {
* will be shown to the user, without any possibility * will be shown to the user, without any possibility
* to change it. * to change it.
* *
* @see https://developer.apple.com/documentation/walletpasses/pass/barcodes
* @param barcodes * @param barcodes
* @returns * @returns
*/ */