lib/rdoc/parser/c.rb in rdoc-2.4.1 vs lib/rdoc/parser/c.rb in rdoc-2.4.2

- old
+ new

@@ -612,9 +612,10 @@ end if find_body(class_name, meth_body, meth_obj, body) and meth_obj.document_self then class_obj.add_method meth_obj @stats.add_method meth_obj + meth_obj.visibility = :private if 'private_method' == type end end end def handle_tab_width(body)