statiqdev / Statiq.Docs

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

C# abstract/override events show both the base and override version in the child class #33

Open SilentSin opened 6 years ago

SilentSin commented 6 years ago

I have a public abstract event System.Action OnEnd in a base class and public override event Action OnEnd; in a child class, and the generated documentation for the child class lists both versions of the event: https://animancer.github.io/api/Animancer/ClipState/.