diff options
| author | ST-DDT <[email protected]> | 2023-11-21 00:23:16 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-20 23:23:16 +0000 |
| commit | 808aa82f3f86a0b25f272c0c1760115a0920b614 (patch) | |
| tree | 94a4485ebd3933b710b9280fe8f68c2d041d4adb /src/modules/image | |
| parent | 96195673448e9b56ea330a1d02ff63374a11ca8b (diff) | |
| download | faker-808aa82f3f86a0b25f272c0c1760115a0920b614.tar.xz faker-808aa82f3f86a0b25f272c0c1760115a0920b614.zip | |
docs: consistent @see jsdoc tags (#2473)
Diffstat (limited to 'src/modules/image')
| -rw-r--r-- | src/modules/image/index.ts | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/src/modules/image/index.ts b/src/modules/image/index.ts index f5f24711..f2c3c9d0 100644 --- a/src/modules/image/index.ts +++ b/src/modules/image/index.ts @@ -507,8 +507,8 @@ export class ImageModule extends ModuleBase { * @param height The height of the image. Defaults to `480`. * @param randomize Whether to randomize the image or not. Defaults to `false`. * - * @see faker.image.url() - * @see faker.image.urlLoremFlickr() + * @see faker.image.url(): For generating a random image url (has fewer options, uses multiple image providers). + * @see faker.image.urlLoremFlickr(): For generating a random image url from LoremFlickr. * * @example * faker.image.abstract() // 'https://loremflickr.com/640/480/abstract' @@ -539,8 +539,8 @@ export class ImageModule extends ModuleBase { * @param height The height of the image. Defaults to `480`. * @param randomize Whether to randomize the image or not. Defaults to `false`. * - * @see faker.image.url() - * @see faker.image.urlLoremFlickr() + * @see faker.image.url(): For generating a random image url (has fewer options, uses multiple image providers). + * @see faker.image.urlLoremFlickr(): For generating a random image url from LoremFlickr. * * @example * faker.image.animals() // 'https://loremflickr.com/640/480/animals' @@ -571,8 +571,8 @@ export class ImageModule extends ModuleBase { * @param height The height of the image. Defaults to `480`. * @param randomize Whether to randomize the image or not. Defaults to `false`. * - * @see faker.image.url() - * @see faker.image.urlLoremFlickr() + * @see faker.image.url(): For generating a random image url (has fewer options, uses multiple image providers). + * @see faker.image.urlLoremFlickr(): For generating a random image url from LoremFlickr. * * @example * faker.image.business() // 'https://loremflickr.com/640/480/business' @@ -604,8 +604,8 @@ export class ImageModule extends ModuleBase { * @param height The height of the image. Defaults to `480`. * @param randomize Whether to randomize the image or not. Defaults to `false`. * - * @see faker.image.url() - * @see faker.image.urlLoremFlickr() + * @see faker.image.url(): For generating a random image url (has fewer options, uses multiple image providers). + * @see faker.image.urlLoremFlickr(): For generating a random image url from LoremFlickr. * * @example * faker.image.cats() // 'https://loremflickr.com/640/480/cats' @@ -635,8 +635,8 @@ export class ImageModule extends ModuleBase { * @param height The height of the image. Defaults to `480`. * @param randomize Whether to randomize the image or not. Defaults to `false`. * - * @see faker.image.url() - * @see faker.image.urlLoremFlickr() + * @see faker.image.url(): For generating a random image url (has fewer options, uses multiple image providers). + * @see faker.image.urlLoremFlickr(): For generating a random image url from LoremFlickr. * * @example * faker.image.city() // 'https://loremflickr.com/640/480/city' @@ -666,8 +666,8 @@ export class ImageModule extends ModuleBase { * @param height The height of the image. Defaults to `480`. * @param randomize Whether to randomize the image or not. Defaults to `false`. * - * @see faker.image.url() - * @see faker.image.urlLoremFlickr() + * @see faker.image.url(): For generating a random image url (has fewer options, uses multiple image providers). + * @see faker.image.urlLoremFlickr(): For generating a random image url from LoremFlickr. * * @example * faker.image.food() // 'https://loremflickr.com/640/480/food' @@ -697,8 +697,8 @@ export class ImageModule extends ModuleBase { * @param height The height of the image. Defaults to `480`. * @param randomize Whether to randomize the image or not. Defaults to `false`. * - * @see faker.image.url() - * @see faker.image.urlLoremFlickr() + * @see faker.image.url(): For generating a random image url (has fewer options, uses multiple image providers). + * @see faker.image.urlLoremFlickr(): For generating a random image url from LoremFlickr. * * @example * faker.image.nightlife() // 'https://loremflickr.com/640/480/nightlife' @@ -728,8 +728,8 @@ export class ImageModule extends ModuleBase { * @param height The height of the image. Defaults to `480`. * @param randomize Whether to randomize the image or not. Defaults to `false`. * - * @see faker.image.url() - * @see faker.image.urlLoremFlickr() + * @see faker.image.url(): For generating a random image url (has fewer options, uses multiple image providers). + * @see faker.image.urlLoremFlickr(): For generating a random image url from LoremFlickr. * * @example * faker.image.fashion() // 'https://loremflickr.com/640/480/fashion' @@ -759,8 +759,8 @@ export class ImageModule extends ModuleBase { * @param height The height of the image. Defaults to `480`. * @param randomize Whether to randomize the image or not. Defaults to `false`. * - * @see faker.image.url() - * @see faker.image.urlLoremFlickr() + * @see faker.image.url(): For generating a random image url (has fewer options, uses multiple image providers). + * @see faker.image.urlLoremFlickr(): For generating a random image url from LoremFlickr. * * @example * faker.image.people() // 'https://loremflickr.com/640/480/people' @@ -790,8 +790,8 @@ export class ImageModule extends ModuleBase { * @param height The height of the image. Defaults to `480`. * @param randomize Whether to randomize the image or not. Defaults to `false`. * - * @see faker.image.url() - * @see faker.image.urlLoremFlickr() + * @see faker.image.url(): For generating a random image url (has fewer options, uses multiple image providers). + * @see faker.image.urlLoremFlickr(): For generating a random image url from LoremFlickr. * * @example * faker.image.nature() // 'https://loremflickr.com/640/480/nature' @@ -821,8 +821,8 @@ export class ImageModule extends ModuleBase { * @param height The height of the image. Defaults to `480`. * @param randomize Whether to randomize the image or not. Defaults to `false`. * - * @see faker.image.url() - * @see faker.image.urlLoremFlickr() + * @see faker.image.url(): For generating a random image url (has fewer options, uses multiple image providers). + * @see faker.image.urlLoremFlickr(): For generating a random image url from LoremFlickr. * * @example * faker.image.sports() // 'https://loremflickr.com/640/480/sports' @@ -852,8 +852,8 @@ export class ImageModule extends ModuleBase { * @param height The height of the image. Defaults to `480`. * @param randomize Whether to randomize the image or not. Defaults to `false`. * - * @see faker.image.url() - * @see faker.image.urlLoremFlickr() + * @see faker.image.url(): For generating a random image url (has fewer options, uses multiple image providers). + * @see faker.image.urlLoremFlickr(): For generating a random image url from LoremFlickr. * * @example * faker.image.technics() // 'https://loremflickr.com/640/480/technics' @@ -883,8 +883,8 @@ export class ImageModule extends ModuleBase { * @param height The height of the image. Defaults to `480`. * @param randomize Whether to randomize the image or not. Defaults to `false`. * - * @see faker.image.url() - * @see faker.image.urlLoremFlickr() + * @see faker.image.url(): For generating a random image url (has fewer options, uses multiple image providers). + * @see faker.image.urlLoremFlickr(): For generating a random image url from LoremFlickr. * * @example * faker.image.transport() // 'https://loremflickr.com/640/480/transport' |
