Sha256: 818226d2902b4cce33fe1a81746f11f24e445516efe5e0534e5ecb9eb1d09a57
Contents?: true
Size: 336 Bytes
Versions: 2
Compression:
Stored size: 336 Bytes
Contents
<% if constant_listing.size > 0 %> <% groups(constant_listing, "Constant") do |list, name| %> ## <%= name %> <% list.each do |cnst| %> <%= cnst.has_tag?(:deprecated) ? '~' : '' %><%= cnst.name %> = <%= yieldall :item => cnst %><%= cnst.has_tag?(:deprecated) ? '~' : '' %> ```ruby <%= cnst.value %> ``` <% end %> <% end %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yard-to_mkdocs-0.1.1 | lib/yard/to_mkdocs/default/module/html/constant_summary.erb |
yard-to_mkdocs-0.1.0 | lib/yard/to_mkdocs/default/module/html/constant_summary.erb |