Sha256: 768995e95529e4521426a0e5ddc66d419e6ba746d893eb2130f99a3734b3259b

Contents?: true

Size: 770 Bytes

Versions: 3

Compression:

Stored size: 770 Bytes

Contents

---
layout: default
---
<div class="post">
  <header class="post-header">
      <h1 class='code'>{{ page.title | escape }}</h1>
  </header>

  <article class="post-content">
    {{page.description}}

    {% include defined_in_header.html %}

    {% highlight c++ %}{{ page.declaration }}{% endhighlight %}

    {{page.brief | markdownify}}

    {{page.description | markdownify}}

    <h2>Values</h2>

    <table class='definition-table'>
      {% for value in page.values %}
        <tr>
          <td class='decl'>{{ value.name }}</td>
          <td class='defn'>{{ value.description | markdownify }}</td>
        </tr>
      {% endfor %}
    </table>

    {{ content }}

    {% include external_examples.html name=page.example header="Example" %}
  </article>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-adobe-hyde-1.0.0 _layouts/enumeration.html
jekyll-theme-adobe-hyde-0.2.2 _layouts/enumeration.html
jekyll-theme-adobe-hyde-0.2.1 _layouts/enumeration.html