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

Superclass in Objective-C class declaration is unlinked #706

Closed
1ec5 opened this issue Dec 18, 2016 · 2 comments
Closed

Superclass in Objective-C class declaration is unlinked #706

1ec5 opened this issue Dec 18, 2016 · 2 comments
Labels

Comments

@1ec5
Copy link
Collaborator

1ec5 commented Dec 18, 2016

The declaration for an Objective-C class has any protocols autolinked, but the superclass is never autolinked. For example, this declaration reads:

@interface MGLPolygon : MGLMultiPoint <MGLOverlay>

“MGLMultiPoint” should link to the MGLMultiPoint class reference, but it remains unlinked. By contrast, “MGLOverlay” does link to the MGLOverlay protocol reference.

The cause appears to be that the <span> around “MGLMultiPoint” has a class of nc rather than n (example of the latter).

/cc @friedbunny

@jpsim
Copy link
Collaborator

jpsim commented Dec 19, 2016

Thanks for reporting and fixing this promptly @1ec5!

@1ec5
Copy link
Collaborator Author

1ec5 commented Dec 21, 2016

Fixed in #713. 🎉

@1ec5 1ec5 closed this as completed Dec 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants