<%= htmlify(@docstring) %>
<% c = options[:controllers].detect { |c| c.has_tag?(:note) } %> <% c && c.tags(:note).each do |tag| %>

Note

<%= htmlify tag.text %>
<% end %>
Interfaces
<% @json_objects.each do |name, json| %> <% properties = render_properties(json) %>

<%= name %> object synposis:

<%= html_syntax_highlight(properties ? properties : json, :plain) %>
<% end %>