summaryrefslogtreecommitdiffhomepage
path: root/templates/default/header/html/function_summary.erb
blob: f37f07503d2018965f2352cad8b2d34c4cdbe666 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<% if function_listing.size > 0 %>
  <h2>
    Function Summary
    <small><a href="#" class="summary_toggle">collapse</a></small>
  </h2>

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