Sha256: 936b5e5adaa1862d5c546a6c105433b722bfce7e9a7538a2e968d794cb7f1aec
Contents?: true
Size: 536 Bytes
Versions: 1
Compression:
Stored size: 536 Bytes
Contents
<%= object.type %> <%= h object.name %> <% if show_full_info? %> | <% object.namespace.attributes.each do |scope, list| %> <% list.each do |name, rw| %> <%= uml_visibility(rw.values.compact.first) %> <%= h rw.values.compact.first.name(true) %> [<%= 'R' if rw[:read] %><%= 'W' if rw[:write] %>]\l <% end %> <% end %> | <% method_list(object).each do |obj| %> <%= uml_visibility obj %> <%= h obj.name(true) %> <%= h(" : #{obj.tag(:return).types.first}") if obj.has_tag?(:return) && obj.tag(:return).types.size > 0 %>\l <% end %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yard-0.2.2 | templates/default/uml/dot/info.erb |