Files
RubyMotion/lib/yard/templates/default/module/dot/header.erb
2012-11-29 01:23:12 +09:00

7 lines
194 B
Plaintext

subgraph cluster_<%= format_path object %> {
label = "<%= h(object.name) unless object.path == "" %>"; labelloc=b;
<% for obj in @modules %>
<%= yieldall :object => obj %>
<% end %>
}