docs: update changelog entries
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 7 Apr 2023 13:55:28 +0000 (15:55 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 7 Apr 2023 13:55:28 +0000 (15:55 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
CHANGELOG.md
tsdoc.json
typedoc.json

index e2c1bb68ec13f593fc9bcf64bbf860357f31440b..253b1cbde6aff1d0de64003678b2346407695611 100644 (file)
@@ -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
index 56b0beebdf658c4138ecaeb657348bb6d9265acf..8fcf56d9cfdbb4cec4bfd64b29d418c514404fa4 100644 (file)
@@ -1,5 +1,6 @@
 {
   "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
+  "extends": ["typedoc/tsdoc.json"],
   "tagDefinitions": [
     {
       "tagName": "@author",
index 5bbcebc4f21f7b9496322ae95ee788b7ed08f2d4..3031bd66a2f97f40d45454e5f5fcf3148f3b4a3b 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "$schema": "https://typedoc.org/schema.json",
   "tsconfig": "./tsconfig.production.json",
   "entryPoints": ["src"],
   "out": "docs",