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

Pages for classes that implement an interface do not mention the interface anywhere #89

Closed
rcchen opened this issue Apr 24, 2015 · 2 comments
Labels
enhancement Improved functionality

Comments

@rcchen
Copy link

rcchen commented Apr 24, 2015

There should be something on class pages that indicates a method is an implementation of a method defined in its interface. Ideally, documentation on the interface propagates downwards to the class pages.

@sebastian-lenz
Copy link
Member

TypeDoc currently only notes the implementation of an interface for the entire class, not on individual members, the demand seems reasonably to me.

The inheritance of interface comments has already been discussed in #48 and an issue #78 has been opened.

@sebastian-lenz sebastian-lenz added the enhancement Improved functionality label Apr 25, 2015
@sebastian-lenz
Copy link
Member

TypeDoc now resolves interface implementations and links to the interface in docs. Will be available with next version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improved functionality
Projects
None yet
Development

No branches or pull requests

2 participants