Sha256: f00887bce1585233f2572dfdd0cdb1d80fbd061c76691123fca74a54c627bd1c
Contents?: true
Size: 442 Bytes
Versions: 3
Compression:
Stored size: 442 Bytes
Contents
<% title = @label ? @label : YARD::Tags::Library.labels[@name] %> <%= title %>: <%= hr(title.length) %>- <% object.tags(@name).each do |tag| %> <% text = "" %> <% text += format_types(tag.types) + " " unless @no_types || tag.types.nil? %> <% text += tag.name.to_s + " " unless @no_names %> <% text += "- " unless @no_names && @no_types %> <% text += tag.text if tag.text && !tag.text.empty? %> <%= indent wrap(text) %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
deg-yard-0.8.7.4 | templates/default/tags/text/tag.erb |
deg-yard-0.8.7.3 | templates/default/tags/text/tag.erb |
deg-yard-0.8.7.1 | templates/default/tags/text/tag.erb |