Sha256: ee45f9e2aefaab221e54a37726e4adb8ce05fbc81ed408640faecdfb4ae9f70c

Contents?: true

Size: 745 Bytes

Versions: 3

Compression:

Stored size: 745 Bytes

Contents

{% if page.typedefs %}
  <h3>Types</h3>
  <table class='definition-table'>
    <tr class='headers'>
      <th>Type</th>
      <th>Definition</th>
      <th>Notes</th>
    </tr>
    {% for type in page.typedefs %}
      <tr>
        <td class='type'>{% highlight c++ %}{{ type[0] }}{% endhighlight %}</td>
        <td class='decl'>{{ type[1].definition | escape}}</td>
        {% if type[1].description or type[1].annotation %}
          <td class='defn'>
            {{ type[1].description | markdownify }}
            {% if type[1].annotation %}
              <span class='annotation'>({{ type[1].annotation | join: ", " }})</span>
            {% endif %}
          </td>
        {% endif %}
      </tr>
    {% endfor %}
  </table>
{% endif %}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-adobe-hyde-1.0.0 _includes/associated_typedefs.html
jekyll-theme-adobe-hyde-0.2.2 _includes/associated_typedefs.html
jekyll-theme-adobe-hyde-0.2.1 _includes/associated_typedefs.html