From d9ce8d2da92f1df0f35e29248dc8176fd59e2116 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Wed, 19 Jun 2024 22:20:28 +0200 Subject: chore: replace obsolete mentions of typedoc (#2957) --- .gitignore | 1 - scripts/apidocs/utils/format.ts | 4 ++-- tsconfig.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d50069ba..2d3321a3 100644 --- a/.gitignore +++ b/.gitignore @@ -77,7 +77,6 @@ versions.json /dist /docs/.vitepress/cache /docs/.vitepress/dist -/docs/api/typedoc.json /docs/public/api-diff-index.json /lib diff --git a/scripts/apidocs/utils/format.ts b/scripts/apidocs/utils/format.ts index ab9f524d..c6c07ee6 100644 --- a/scripts/apidocs/utils/format.ts +++ b/scripts/apidocs/utils/format.ts @@ -3,7 +3,7 @@ import { format } from 'prettier'; import prettierConfig from '../../../.prettierrc.js'; /** - * Formats markdown contents. + * Formats Markdown contents. * * @param text The text to format. */ @@ -12,7 +12,7 @@ export async function formatMarkdown(text: string): Promise { } /** - * Formats typedoc contents. + * Formats TypeScript contents. * * @param text The text to format. */ diff --git a/tsconfig.json b/tsconfig.json index 6d3b09b3..cc4809da 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,7 @@ "exclude": [ "node_modules", "dist", - // required for the typedoc related tests on macOS #2280 + // required for the signature related tests on macOS #2280 "test/scripts/apidocs/temp" ] } -- cgit v1.2.3