From 6191a5d883048b694404dbf42527caba395828ea Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Mon, 1 Apr 2024 10:21:18 +0200 Subject: docs: rewrite api-docs generation using ts-morph (#2628) --- test/scripts/apidoc/module.example.ts | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 test/scripts/apidoc/module.example.ts (limited to 'test/scripts/apidoc/module.example.ts') diff --git a/test/scripts/apidoc/module.example.ts b/test/scripts/apidoc/module.example.ts deleted file mode 100644 index 0e5d9d89..00000000 --- a/test/scripts/apidoc/module.example.ts +++ /dev/null @@ -1,33 +0,0 @@ -/* eslint-disable @typescript-eslint/no-extraneous-class -- required for tests */ - -/** - * A simple module without anything special. - */ -export class ModuleSimpleTest {} - -/** - * Description with a link to our [website](https://fakerjs.dev/) - * and [api docs](https://fakerjs.dev/api/). - */ -export class ModuleFakerJsLinkTest {} - -/** - * Description with a link to our [website](https://next.fakerjs.dev/) - * and [api docs](https://next.fakerjs.dev/api/). - */ -export class ModuleNextFakerJsLinkTest {} - -/** - * This is a description for a module with a code example. - * - * @deprecated Well, this is deprecated. - */ -export class ModuleDeprecationTest {} - -/** - * This is a description for a module with a code example. - * - * @example - * new ModuleExampleTest() - */ -export class ModuleExampleTest {} -- cgit v1.2.3