{% if page.typedefs %}

Types

{% for type in page.typedefs %} {% if type[1].description or type[1].annotation %} {% endif %} {% endfor %}
Type Definition Notes
{% highlight c++ %}{{ type[0] }}{% endhighlight %} {{ type[1].definition | escape}} {{ type[1].description | markdownify }} {% if type[1].annotation %} ({{ type[1].annotation | join: ", " }}) {% endif %}
{% endif %}