Statiq.Docs icon indicating copy to clipboard operation
Statiq.Docs copied to clipboard

Constructors only need to list parameters

Open SilentSin opened this issue 6 years ago • 1 comments

image

There's no point in repeating the type name on every line when it's obviously going to be the same for every constructor. I recommend changing the heading to "Parameters" so in that image it would just show AnimancerState, Action<AnimationEvent>. That might even free up enough room to include the parameter names.

The implementation of https://github.com/Wyamio/Wyam/issues/800 might also influence the way this should be handled.

SilentSin avatar Apr 25 '19 08:04 SilentSin

On a related note, all properties get a useless Value section that can't possibly contain anything useful:

image

SilentSin avatar Apr 26 '19 05:04 SilentSin