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

links in methods #639

Open
schriftgestalt opened this issue Mar 30, 2019 · 1 comment
Open

links in methods #639

schriftgestalt opened this issue Mar 30, 2019 · 1 comment

Comments

@schriftgestalt
Copy link

I wonder if it is possible that custom classes could link to its definitions inside of the method or property definitions?

example:

/** a list of objects */
@property NSArray<MyObject*>* listOfObjects;

MyObject should be a link to the classes definition.

In Apples current docs, this works. NSColor and NSColorSystemEffect are links to the corresponding pages.

- (NSColor *)colorWithSystemEffect:(NSColorSystemEffect)systemEffect;
@tomaz
Copy link
Owner

tomaz commented Apr 1, 2019

There was some talk of this in the past, but don't remember if it was implemented out of my head. It's not overly complicated from technical point of view. It can take fair amount of time though.

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