statiqdev / Statiq.Docs

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

Generic types should be sorted by parameter count rather than their names #8

Open SilentSin opened 5 years ago

SilentSin commented 5 years ago

In the class list, StateMachine<TKey, TState> gets put before StateMachine<TState> simply because K comes before S.

I think it would be better to sort generic types (any generic members really) by their parameter count.