-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Description
The current docs generated with Jazzy show only the methods that a class declares itself, but not the ones inherited from superclass or superclass conformance extensions. For instance, Id shows only 5 methods, but ForId conforms to a number of typeclasses that add methods to Kind<ForId, A>, which is the superclass of Id<A>.
It would be convenient to show those methods in Id<A> for discoverability. However, I am not sure if Jazzy has this feature. We'd need to investigate more to find a solution.
Metadata
Metadata
Assignees
Labels
documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed