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

Annotate designated initializers in Objective-C #946

Open
vsanthanam opened this issue Mar 21, 2018 · 1 comment
Open

Annotate designated initializers in Objective-C #946

vsanthanam opened this issue Mar 21, 2018 · 1 comment

Comments

@vsanthanam
Copy link

It would be awesome if initializers marked with the NS_DESIGNATED_INITIALIZER macro in Objective-C could be highlighted someway in the generated documentation, kind of how Apple does on some of their docs.

@johnfairh
Copy link
Collaborator

Needs a bit of libclang experimentation: libclang surfaces objc_designated_initializer as CXCursor_UnexposedAttr rather than anything specific, would need to figure out how to get the actual text.

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

No branches or pull requests

2 participants