Sha256: 44b20140bf258d6e7a0c71f3f4621f5e81d2f9d60a1d627fb1510376b69a10dd

Contents?: true

Size: 541 Bytes

Versions: 5

Compression:

Stored size: 541 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
yard-0.5.2 templates/default/module/html/constant_summary.erb
yard-0.5.1p1 templates/default/module/html/constant_summary.erb
yard-0.5.1 templates/default/module/html/constant_summary.erb
yard-0.5.0 templates/default/module/html/constant_summary.erb
yard-0.4.0 templates/default/module/html/constant_summary.erb