Sha256: 5b74f601401779569e0d74aa17e3f9e23739f1fbca965905c518c2c2677c1b40

Contents?: true

Size: 916 Bytes

Versions: 1

Compression:

Stored size: 916 Bytes

Contents

<h1><%= visibility.to_s.capitalize %> <%= scope.to_s.capitalize %> Method Summary</h1>
<table class="summary" border="1" width="100%">
  <% method_list.each do |meth| %>
    <tr>
      <td width="70" align="right" valign="top">
        <small><%= format_return_types(meth) || "Object" %></small>
      </td>
      <td>
        <tt>
          <span class='name'><%= linkify(meth, meth.name) %></span><span class='args'><%= format_args meth %></span>
          <span class='block'><%= format_block meth %></span>
        </tt>
        <span class="indent">
          <% if meth.short_docstring %>
            <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<%= meth.short_docstring %>
          <% end %>
          <% if meth.has_tag?(:deprecated) %>
          <br /><strong>Deprecated.</strong> <em><%= meth.tag(:deprecated).text %></em>
          <% end %>
        </span>
      </td>
    </tr>
  <% end %>
</table>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yard-0.2.2 templates/javadoc/methodsummary/html/summary.erb