Xcode documentation parsing bug; space missing.

Originator:steipete
Number:rdar://23514465 Date Originated:12-Nov-2015 11:36 AM
Status:Open Resolved:
Product:Developer Tools Product Version:7.1.1
Classification:Other Bug Reproducible:Always
 
There should be a space between [NSLocalecurrentLocale].

Method in question is `- (instancetype)initWithFormat:(NSString *)format locale:(nullable id)locale arguments:(va_list)argList NS_FORMAT_FUNCTION(1,0);`

Note that it works for `- (instancetype)initWithFormat:(NSString *)format locale:(nullable id)locale, ... NS_FORMAT_FUNCTION(1,3);` yet the method misses a link there, so both are somewhat broken.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!