handle the Protocol's property

This commit is contained in:
Watson
2012-11-06 16:07:28 +09:00
parent 0ee2c5c94e
commit cd0d1b334d

View File

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