Sha256: c9964b0767da644a54be6fc3181187c11d0a7dd6a24eb7a9be8500d2fe3b452b

Contents?: true

Size: 1.49 KB

Versions: 41

Compression:

Stored size: 1.49 KB

Contents

<li class="<%= @item.visibility %> <%= @item.has_tag?(:deprecated) ? 'deprecated' : '' %>">
  <span class="summary_signature">
    <% if @item.tags(:overload).size == 1 %>
      <%= signature(@item.tag(:overload), true, !@item.attr_info) %>
    <% else %>
      <%= signature(@item, true, false, !@item.attr_info) %>
    <% end %>

    <% if @item.aliases.size > 0 %>
      (also: <%= @item.aliases.map {|o| h(o.name(true)) }.join(", ") %>)
    <% end %>
  </span>
  <% if @item.constructor? %>
    <span class="note title constructor">constructor</span>
  <% end %>
  <% if rw = @item.attr_info %>
    <% if rw[:read] && !rw[:write] %><span class="note title readonly">readonly</span><% end %>
    <% if rw[:write] && !rw[:read] %><span class="note title writeonly">writeonly</span><% end %>
  <% end %>
  <% if @item.visibility != :public %><span class="note title <%= @item.visibility %>"><%= @item.visibility %></span><% end %>
  <% if @item.has_tag?(:abstract) %><span class="abstract note title">Abstract</span><% end %>
  <% if @item.has_tag?(:deprecated) %><span class="deprecated note title">Deprecated</span><% end %>
  <% if @item.has_tag?(:api) && @item.tag(:api).text == 'private' %><span class="private note title">Private</span><% end %>

  <% if @item.has_tag?(:deprecated) %>
    <span class="summary_desc"><strong>Deprecated.</strong> <%= htmlify_line @item.tag(:deprecated).text %></span>
  <% else %>
    <span class="summary_desc"><%= htmlify_line docstring_summary(@item) %></span>
  <% end %>
</li>

Version data entries

41 entries across 41 versions & 4 rubygems

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