Sha256: c8136fd38cc8f04405ce62275fae2948021b1452e4b16ef54caae3e94565f77f

Contents?: true

Size: 223 Bytes

Versions: 6

Compression:

Stored size: 223 Bytes

Contents

<% scopes(attr_listing) do |list, scope| %>
  <h2><%= scope.to_s.capitalize %> Attribute Summary</h2>
  <ul class="summary">
    <% list.each do |meth| %>
      <%= yieldall :item => meth %>
    <% end %>
  </ul>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
yard-0.5.4 templates/default/module/html/attribute_summary.erb
yard-0.5.3 templates/default/module/html/attribute_summary.erb
yard-0.5.2 templates/default/module/html/attribute_summary.erb
yard-0.5.1p1 templates/default/module/html/attribute_summary.erb
yard-0.5.1 templates/default/module/html/attribute_summary.erb
yard-0.5.0 templates/default/module/html/attribute_summary.erb