Sha256: b03ec68c02fcb3fab1a31e3835f1f19113e1f36b292eaae9b6e4c7fe9a000755
Contents?: true
Size: 726 Bytes
Versions: 5
Compression:
Stored size: 726 Bytes
Contents
<article> <%= html_markup_markdown(@docstring.strip) %> </article> <% c = options[:controllers].detect { |c| c.has_tag?(:note) } %> <% c && c.tags(:note).each do |tag| %> <blockquote class="note"> <p><strong>Note</strong></p> <%= html_markup_markdown tag.text %> </blockquote> <% end %> <section> <header><strong>Interfaces</strong></header> <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: </h3> <pre class="example code"><%= html_syntax_highlight(properties ? properties : json, :plain) %></pre> </div> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems