templates/default/module/setup.rb in yard-0.6.8 vs templates/default/module/setup.rb in yard-0.7.0
- old
+ new
@@ -1,10 +1,10 @@
include Helpers::ModuleHelper
def init
sections :header, :box_info, :pre_docstring, T('docstring'), :children,
:constant_summary, [T('docstring')], :inherited_constants,
- :attribute_summary, [:item_summary],
+ :attribute_summary, [:item_summary], :inherited_attributes,
:method_summary, [:item_summary], :inherited_methods,
:methodmissing, [T('method_details')],
:attribute_details, [T('method_details')],
:method_details_list, [T('method_details')]
end