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

Merging Obj-C property and custom setter docs #656

Open
dashchak opened this issue Jun 12, 2020 · 0 comments
Open

Merging Obj-C property and custom setter docs #656

dashchak opened this issue Jun 12, 2020 · 0 comments

Comments

@dashchak
Copy link

In our SDK we have readonly property:
@property (nonatomic, readonly) NSUInteger routeRequestInterval;

and custom non-void setter in order to return some error:
-(NMANavigationError)setRouteRequestInterval:(NSUInteger)interval;

Doc is generated only for property. Setter is not shown at all.

Looks like a SourceKitten filtering issue as docs are generated by Xcode when I Opt+click the property or setter.
We can not modify property or setter as they are in public header of SDK and will affect users.

Is there any workaround?

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

1 participant