templates/api/topic/html/topic_doc.erb in yard-api-0.2.2 vs templates/api/topic/html/topic_doc.erb in yard-api-0.2.3

- old
+ new

@@ -9,19 +9,19 @@ <%= htmlify tag.text %> </blockquote> <% end %> <section> - <header><strong>Interfaces</strong></header> - <ul id="quicklinks"> - </ul> + <h2>Interfaces</h2> + + <ul id="quicklinks"></ul> </section> <% @json_objects.each do |name, json| %> <% properties = render_properties(json) %> <div class='object_definition'> <h3> - <a name="<%= name %>"></a><%= name %> object synposis: + <a name="<%= name %>"></a><%= name %> object synopsis: </h3> <pre class="example code"><%= html_syntax_highlight(properties ? properties : json, :plain) %></pre> </div> -<% end %> \ No newline at end of file +<% end %>