From 28cf3617988a06edf63b13e3183e9df866564423 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 7 Apr 2023 15:55:28 +0200 Subject: [PATCH] docs: update changelog entries MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- CHANGELOG.md | 4 ++++ tsdoc.json | 1 + typedoc.json | 1 + 3 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c1bb68..253b1cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fix typedoc generation with inheritance. + ## [2.4.2] - 2023-04-06 ### Added diff --git a/tsdoc.json b/tsdoc.json index 56b0beeb..8fcf56d9 100644 --- a/tsdoc.json +++ b/tsdoc.json @@ -1,5 +1,6 @@ { "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json", + "extends": ["typedoc/tsdoc.json"], "tagDefinitions": [ { "tagName": "@author", diff --git a/typedoc.json b/typedoc.json index 5bbcebc4..3031bd66 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,4 +1,5 @@ { + "$schema": "https://typedoc.org/schema.json", "tsconfig": "./tsconfig.production.json", "entryPoints": ["src"], "out": "docs", -- 2.34.1