yard/yard_extensions.rb in middleman-targets-1.0.5 vs yard/yard_extensions.rb in middleman-targets-1.0.6

- old
+ new

@@ -6,10 +6,9 @@ # file; however `rake partials` will override this template via the # command line in order to use the `template-partials` instead. ########################################################################## YARD::Templates::Engine.register_template_path File.join(File.dirname(__FILE__), 'template-grouped') - ########################################################################## # Force Yard to parse the helpers block in a Middleman extension. # # * Assign a generic "Helpers" group to each item if they don't have # their own @group assignment. Note that @!group doesn't work in this