Sha256: 960360de8364fa365a67ad0b867a3618d8aeafc343a7c470e68efeee9c705c8b
Contents?: true
Size: 1.96 KB
Versions: 2
Compression:
Stored size: 1.96 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, false, !@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 object != @item.namespace %> <span class="note title not_defined_here"> <%= @item.namespace.type == :class ? 'inherited' : (@item.scope == :class ? 'extended' : 'included') %> from <%= linkify @item, object.relative_path(@item.namespace) %> </span> <% end %> <% if @item.constructor? %> <span class="note title constructor">constructor</span> <% end %> <% if rw = @item.attr_info %> <% if !run_verifier([rw[:read]].compact).empty? && run_verifier([rw[:write]].compact).empty? %> <span class="note title readonly">readonly</span> <% end %> <% if !run_verifier([rw[:write]].compact).empty? && run_verifier([rw[:read]].compact).empty? %> <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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yard-0.9.18 | templates/default/module/html/item_summary.erb |
yard-0.9.17 | templates/default/module/html/item_summary.erb |