<% @method[:apis].each do |api| %>
<% end %>
<% unless @method[:see].empty? %>
Also see <%= @method[:see].map { |s| link_to(s[:description], "#{s[:link]}#{@doc[:link_extension]}") }.to_sentence.html_safe %>.
<% end %>
<%= render(:partial => "method_detail", :locals => {:method => @method, :h_level => 2}) %>
<% unless content_for(:apipie_footer) == @doc[:copyright] %>
<%= content_for :apipie_footer, raw(@doc[:copyright]) %>
<% end %>