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

Cross-references to other methods? #709

Closed
sfyz opened this issue Dec 20, 2016 · 2 comments
Closed

Cross-references to other methods? #709

sfyz opened this issue Dec 20, 2016 · 2 comments

Comments

@sfyz
Copy link

sfyz commented Dec 20, 2016

I can't find a way to cross-reference other methods within the documentation. Is this possible in Swift or Objective-C?

I'm currently trying to document an Objective-C codebase and I can't find a way to ref other methods (though I think properties work). It appears that you can reference another class either implicitly ('MyOtherClass') or explicitly (<MyOtherClass>) and the xref works fine, but I can't reference a method within another (or even the same) class. In appledoc, you can do this using the standard obj-c notation ('[MyOtherClass myMethod]').

Anyway, I'd love to make this a feature request if this functionality isn't currently available.

Thanks!

@jpsim
Copy link
Collaborator

jpsim commented Dec 20, 2016

This is in the process of being added in #707, originally tracked in #362. So I'll be closing this as a duplicate. But thanks for the suggestion!

@jpsim jpsim closed this as completed Dec 20, 2016
@sfyz
Copy link
Author

sfyz commented Dec 20, 2016

Oh wow. I missed that when I filed the issue, but great to hear the news! thx.

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

No branches or pull requests

2 participants