fix the return type about delegate

This will fix the following case:
- (id < NSKeyedArchiverDelegate >) delegate
This commit is contained in:
Watson
2012-11-02 22:34:23 +09:00
parent 0f196cf463
commit 35fd83f814

View File

@@ -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'