Open
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.