Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inherited methods in docs #139

Open
truizlop opened this issue Feb 26, 2019 · 0 comments
Open

Inherited methods in docs #139

truizlop opened this issue Feb 26, 2019 · 0 comments
Labels
documentation enhancement New feature or request help wanted Extra attention is needed

Comments

@truizlop
Copy link
Member

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.

@truizlop truizlop added enhancement New feature or request help wanted Extra attention is needed documentation labels Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant