mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
handle the Protocol's property
This commit is contained in:
@@ -179,6 +179,7 @@ class DocsetGenerator
|
||||
code << node.text.gsub(/^/m, '# ')
|
||||
code << "\nmodule #{name}\n\n"
|
||||
|
||||
parse_html_property(doc, code)
|
||||
parse_html_method(doc, code)
|
||||
|
||||
code << "end"
|
||||
|
||||
Reference in New Issue
Block a user