-
Notifications
You must be signed in to change notification settings - Fork 414
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
Properties don't report "get" vs. "set" #225
Comments
Agreed! I think the solution here might be to use SourceKit's declaration, which does this automatically. The reason we haven't done that so far is that 1) it doesn't show default argument values (instead showing It might be a bit tricky to solve both issues, but I think it's worthwhile. |
Updated to clarify that this impacts non-computed properties, too. |
just an FYI, you get this for the Swift declarations for Objective-C docs now, since those use the generated Swift interface. |
Seems resolved to me.
Feel free to re-open if you disagree or if more needs to be done. |
Reopening since it'd still be useful to do for Swift properties. |
Fixed via #902. |
It would be great for properties to be given the same treatment they're given in the module interfaces, e.g.,
The text was updated successfully, but these errors were encountered: