mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-23 20:31:17 +08:00
fix the return type about Integer to related char/unsigned
This commit is contained in:
@@ -40,7 +40,7 @@ class DocsetGenerator
|
||||
'Boolean'
|
||||
when 'float', 'double', 'CGFloat'
|
||||
'Float'
|
||||
when /(?:const\s+)?u?int(?:\d+_t)?/, 'short', 'long', 'long long', 'NSInteger', 'NSUInteger'
|
||||
when /(?:const\s+)?u?int(?:\d+_t)?/, 'char', 'unichar', 'short', 'long', 'long long', 'unsigned char', 'unsigned short', 'unsigned long', 'unsigned long long', 'NSInteger', 'NSUInteger'
|
||||
'Integer'
|
||||
when 'NSString', 'NSMutableString'
|
||||
'String'
|
||||
|
||||
Reference in New Issue
Block a user