From cd0d1b334de60e6e04494ab4f013729a0605d7c0 Mon Sep 17 00:00:00 2001 From: Watson Date: Tue, 6 Nov 2012 16:07:28 +0900 Subject: [PATCH] handle the Protocol's property --- doc/docset.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/docset.rb b/doc/docset.rb index 289fc2c1..41ecee51 100644 --- a/doc/docset.rb +++ b/doc/docset.rb @@ -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"