Sha256: 12686ab8de6d5fc676425bb05c22cad79ad2313431f93b2e07faeebca84fb6dc

Contents?: true

Size: 338 Bytes

Versions: 3

Compression:

Stored size: 338 Bytes

Contents

<% even_odd = 'odd'  %>
<% @items.each do |item| %>
  <li class="<%= even_odd %> <%= item.has_tag?(:deprecated) ? 'deprecated' : '' %>">
    <div class="item">
      <%= linkify item, h(item.name(true)) %>
      <small><%= item.header.title %></small>
    </div>
  </li>
  <% even_odd = (even_odd == 'even' ? 'odd' : 'even') %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yard-mruby-0.2.2 templates/default/fulldoc/html/full_list_functions.erb
yard-mruby-0.2.1 templates/default/fulldoc/html/full_list_functions.erb
yard-mruby-0.2.0 templates/default/fulldoc/html/full_list_functions.erb