Sha256: 723fd02740ffc935ed7f78645e22c14eb867c1db0b65df135ae01317f5301eef

Contents?: true

Size: 694 Bytes

Versions: 6

Compression:

Stored size: 694 Bytes

Contents

<article>
  <%= htmlify(@docstring) %>
</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>
    <%= htmlify 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

6 entries across 6 versions & 1 rubygems

Version Path
yard-api-0.2.2 templates/api/topic/html/topic_doc.erb
yard-api-0.2.1 templates/api/topic/html/topic_doc.erb
yard-api-0.1.10 templates/api/topic/html/topic_doc.erb
yard-api-0.1.8 templates/api/topic/html/topic_doc.erb
yard-api-0.1.7 templates/api/topic/html/topic_doc.erb
yard-api-0.1.6 templates/api/topic/html/topic_doc.erb