mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
fix the return type about delegate
This will fix the following case: - (id < NSKeyedArchiverDelegate >) delegate
This commit is contained in:
@@ -30,7 +30,7 @@ class DocsetGenerator
|
||||
when /\*$/
|
||||
# A double pointer, in MacRuby this becomes a Pointer.
|
||||
'Pointer'
|
||||
when 'id'
|
||||
when /id(?:\s*<\w+>)?/
|
||||
'Object'
|
||||
when 'void'
|
||||
'nil'
|
||||
|
||||
Reference in New Issue
Block a user