Sha256: 0f2314a6f194fa58c1ae55f38b135e4d6b1978251a413d6a229ee56c637ce4cf

Contents?: true

Size: 478 Bytes

Versions: 2

Compression:

Stored size: 478 Bytes

Contents

<% if method_listing.size > 0 %>
  <% groups(method_listing) do |list, name| %>
    <h2>
      <%= name %>
      <a
          id="<%= name.gsub(' ', '_').downcase %>"
          href="#<%= name.gsub(' ', '_').downcase %>"
          title="Permalink">#</a>
      <small><a href="#" class="summary_toggle">collapse</a></small>
    </h2>

    <ul class="summary">
      <% list.each do |meth| %>
        <%= yieldall :item => meth %>
      <% end %>
    </ul>
  <% end %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yard-sketchup-1.4.1 lib/yard-sketchup/templates/default/module/html/method_summary.erb
yard-sketchup-1.1.5 lib/yard-sketchup/templates/default/module/html/method_summary.erb