Skip to content

Inherited methods in docs #139

Open
Open
@truizlop

Description

@truizlop

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions