graycoreio / daffodil

Angular Ecommerce PWA Framework
https://next.daff.io
MIT License
155 stars 29 forks source link

[FEAT] Display inherited members in separate section of API docs #3048

Open griest024 opened 1 week ago

griest024 commented 1 week ago

:bulb: Feature request

Feature Name

Display inherited members in separate section of API docs

The Desired Behavior

The inherited members of a type should be displayed below the own members of a type on the API docs page of daff.io

# <type>

## members
### own
...
### inherited from <parent type>
...

classes implementing interfaces and type extension should likely be handled separately

Your Use Case

As an app dev, I want to easily see which members are inherited and from which type they are inherited