From: Jérôme Benoit Date: Fri, 7 Apr 2023 13:55:28 +0000 (+0200) Subject: docs: update changelog entries X-Git-Tag: v2.4.3~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=28cf3617988a06edf63b13e3183e9df866564423;p=poolifier.git docs: update changelog entries Signed-off-by: Jérôme Benoit --- 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",