<% found_prop = false %> <% inherited_property_list do |superclass, props| %> <% if property_listing.size == 0 && !found_prop %>

Property Summary

<% end %> <% found_prop = true %>

Properties <%= superclass.type == :class ? 'inherited' : 'included' %> from <%= linkify superclass %>

<%= props.map {|c| linkify c, c.name }.join(", ") %>

<% end %>