Sha256: 115aac75fc6e037a08a2ef778a8a9c36c0b90b0ba68e1a87a06eef68be537561
Contents?: true
Size: 341 Bytes
Versions: 2
Compression:
Stored size: 341 Bytes
Contents
<% found_const = false %> <% inherited_constant_list do |superclass, consts| %> <% if constant_listing.size == 0 && !found_const %> ## Constant Summary <% end %> <% found_const = true %> ### Constants <%= superclass.type == :class ? 'inherited' : 'included' %>from <%= superclass %> <%= consts.map {|c| linkify c }.join(", ") %> <% 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/inherited_constants.erb |
yard-to_mkdocs-0.1.0 | lib/yard/to_mkdocs/default/module/html/inherited_constants.erb |