adamontherun / xCodeGenerateDescriptionPlugin

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

xcode crashes when there are comments between 2 properties #6

Closed cl0sure closed 9 years ago

cl0sure commented 9 years ago

/**

@property (nonatomic, strong) NSString *is_anonymous;

/**

@property (nonatomic, strong) NSString *is_score;

code like this will cause crash