adamontherun / xCodeGenerateDescriptionPlugin

Plugin to automatically generate the description for your class in XCode
103 stars 11 forks source link

Certain comments cause crashes #4

Closed sneakyness closed 9 years ago

sneakyness commented 9 years ago

@property (nonatomic, weak) NSObject *someObject; // informative comment here referencing (SomeThingElseOrMaybeTheSameThing *bacon)

Will crash Xcode if it is included in the highlight upon generation

beat843796 commented 9 years ago

header doc comments are causing xcode to beachball

adamontherun commented 9 years ago

thanks for reporting this. issue is resolved with latest build.