statiqdev / Statiq.Docs

A static documentation site generator.
https://statiq.dev/docs
Other
53 stars 8 forks source link

Feature Request: separate inherited members from new ones #14

Open SilentSin opened 5 years ago

SilentSin commented 5 years ago

Related to https://github.com/Wyamio/Wyam/issues/800

I like how the Unity documentation lists new members and then inherited members in a separate list. For example: https://docs.unity3d.com/ScriptReference/CapsuleCollider.html. This makes is easy to see what the current class is actually adding separately from what it inherits.

daveaglick commented 5 years ago

I like it, another good idea