Sha256: f6c3eb7d55403b65bd2124a076a3b4f8d3b26a5ea3f50ed6dc638b0bc9cdbe40

Contents?: true

Size: 516 Bytes

Versions: 138

Compression:

Stored size: 516 Bytes

Contents

<% [["Tag", all_tags], ["Directive", all_directives]].each do |(name, list)| %>
<h2><%= name %> List</h2>

<% list.each_with_index do |tag, i| %>
<div class="method_details <%= i == 0 ? 'first' : '' %>">
  <h3 class="signature"
      id="<%= tag.name %>" toc-title="<%= tag_link_name(tag) %>">
    <%= tag_signature tag %>
  </h3>
  <% if name == "Directive" %>
    <%= yieldall :object => P("YARD::Tags::#{tag.text}") %>
  <% else %>
    <%= yieldall :object => tag.object %>
  <% end %>
</div>
<% end %>

<% end%>

Version data entries

138 entries across 119 versions & 15 rubygems

Version Path
abaci-0.3.0 vendor/bundle/gems/yard-0.9.7/docs/templates/default/yard_tags/html/list.erb
abaci-0.3.0 vendor/bundle/gems/yard-0.9.2/docs/templates/default/yard_tags/html/list.erb
yard-0.9.7 docs/templates/default/yard_tags/html/list.erb
yard-0.9.6 docs/templates/default/yard_tags/html/list.erb
yard-0.9.5 docs/templates/default/yard_tags/html/list.erb
yard-0.9.4 docs/templates/default/yard_tags/html/list.erb
yard-0.9.3 docs/templates/default/yard_tags/html/list.erb
yard-0.9.2 docs/templates/default/yard_tags/html/list.erb
yard-0.9.1 docs/templates/default/yard_tags/html/list.erb
yard-0.9.0 docs/templates/default/yard_tags/html/list.erb
yard-0.8.7.6 docs/templates/default/yard_tags/html/list.erb
yard-0.8.7.5 docs/templates/default/yard_tags/html/list.erb
climine-0.0.7 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/docs/templates/default/yard_tags/html/list.erb
climine-0.0.7 vendor/bundle/ruby/2.1.0/gems/yard-0.8.7.3/docs/templates/default/yard_tags/html/list.erb
climine-0.0.6 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/docs/templates/default/yard_tags/html/list.erb
climine-0.0.5 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/docs/templates/default/yard_tags/html/list.erb
yard-0.8.7.4 docs/templates/default/yard_tags/html/list.erb
climine-0.0.4 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/docs/templates/default/yard_tags/html/list.erb
climine-0.0.3 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/docs/templates/default/yard_tags/html/list.erb
mango-0.8.0 vendor/bundler/ruby/2.1.0/gems/yard-0.8.7.3/docs/templates/default/yard_tags/html/list.erb