Files
RubyMotion/lib/yard/templates/default/module/dot/header.erb
2012-11-14 15:58:42 +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 %>
}