Sha256: c6683082a2b9224cbf4b723d745b00d3ed7706af241e262a828d1f410dbed7dc

Contents?: true

Size: 898 Bytes

Versions: 34

Compression:

Stored size: 898 Bytes

Contents

<h2>Namespace Listing A-Z</h2>

<% if Registry.root.meths(:included => false).size > 0 %>
  <ul class="toplevel"><li><%= linkify(Registry.root) %></li></ul>
<% end %>

<% i = 0 %>
<table>
  <tr>
    <td valign='top' width="33%">
      <% @objects_by_letter.sort_by {|l,o| l.to_s }.each do |letter, objects| %>
        <% if (i += 1) % 8 == 0 %>
          </td><td valign='top' width="33%">
          <% i = 0 %>
        <% end %>
        <ul id="alpha_<%= letter %>" class="alpha">
          <li class="letter"><%= letter %></li>
          <ul>
            <% objects.each do |obj| %>
              <li>
                <%= linkify obj, obj.name %> 
                <% if !obj.namespace.root? %>
                  <small>(<%= obj.namespace.path %>)</small>
                <% end %>
              </li>
            <% end %>
          </ul>
        </ul>
      <% end %>
    </td>
  </tr>
</table>

Version data entries

34 entries across 34 versions & 4 rubygems

Version Path
challah-0.6.2 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
challah-0.6.1 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
challah-0.6.0 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
challah-0.5.4 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
challah-0.5.3 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
challah-0.5.2 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
challah-0.5.1 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
challah-0.5.0 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
challah-0.4.1 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
challah-0.4.0 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
challah-0.3.5 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
challah-0.3.4 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
challah-0.3.3 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
challah-0.3.2 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
challah-0.3.1 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
challah-0.3.0 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
challah-0.2.1 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
challah-0.2.0 vendor/bundle/gems/yard-0.7.5/templates/default/layout/html/objects.erb
yard-0.7.5 templates/default/layout/html/objects.erb
nutshell-crm-0.0.6.alpha vendor/bundle/gems/yard-0.7.4/templates/default/layout/html/objects.erb