You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: