typedoc icon indicating copy to clipboard operation
typedoc copied to clipboard

Add classes which inherit from a class to the class hierarchy even if in another package

Open Gerrit0 opened this issue 1 year ago • 0 comments

Search Terms

hierarchy, packages

Problem

In the case where a monorepo has a base class in one package, and child classes in another package, TypeDoc will not link them together. The base class will be listed as a parent, but won't list children classes. Ideally, both link directions should be included in the documentation.

Ref: #2416.

Suggested Solution

Review extendedTypes / implementedTypes on project revival, and add classes to the appropriate arrays then.

Gerrit0 avatar Jan 01 '24 02:01 Gerrit0