Sha256: 409750aa2cbec13099dcffe0387eb6b183a1d57748958a661b579f0cb1fe6aba

Contents?: true

Size: 407 Bytes

Versions: 28

Compression:

Stored size: 407 Bytes

Contents

<% if constant_listing.size > 0 %>
  <h2>Constant Summary</h2>
  <dl class="constants">
    <% constant_listing.each do |cnst| %>
      <dt id="<%= anchor_for(cnst) %>" class="<%= cnst.has_tag?(:deprecated) ? 'deprecated' : '' %>"><%= cnst.name %> =
        <%= yieldall :object => cnst %>
      </dt>
      <dd><pre class="code"><%= format_constant cnst.value %></pre></dd>
    <% end %>
  </dl>
<% end %>

Version data entries

28 entries across 25 versions & 5 rubygems

Version Path
yard-0.9.6 templates/default/module/html/constant_summary.erb
enumerable-statistics-1.0.1 yard/templates/mathjax/module/html/constant_summary.erb
yard-0.9.5 templates/default/module/html/constant_summary.erb
yard-0.9.4 templates/default/module/html/constant_summary.erb
yard-0.9.3 templates/default/module/html/constant_summary.erb
yard-0.9.2 templates/default/module/html/constant_summary.erb
yard-0.9.1 templates/default/module/html/constant_summary.erb
yard-0.9.0 templates/default/module/html/constant_summary.erb