Sha256: 4cf59c994e70112a990a849013abe38b5251472593b0ba5b35502329efdb4ac3

Contents?: true

Size: 453 Bytes

Versions: 64

Compression:

Stored size: 453 Bytes

Contents

<% title = (defined?(@label) && @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

64 entries across 63 versions & 10 rubygems

Version Path
yard-0.9.8 templates/default/tags/text/tag.erb
abaci-0.3.0 vendor/bundle/gems/yard-0.9.7/templates/default/tags/text/tag.erb
yard-0.9.7 templates/default/tags/text/tag.erb
yard-0.9.6 templates/default/tags/text/tag.erb