Enumeration
{{ namespace.name }}{{ enum.name }}
Declaration {% if CONFIG.source_location_url and enum.source_location %} [src] {% endif %}
{{ enum.c_decl }}Description {% if CONFIG.source_location_url and enum.docs_location %} [src] {% endif %}
      {{ enum.description }}
      
      | Stability: | {{ enum.stability }} | 
| Available since: | {{ enum.available_since }} | 
| Deprecated since: | {{ enum.deprecated_since.version }} | 
| {{ enum.deprecated_since.message }} | |
| {{ key|escape }} | {{ value|escape }} | 
Members
| Name | Description | 
|---|---|
| {{ member.name }} | {{ member.description }} | 
Type functions
      {% for func in enum.type_funcs %}
        
          
      {% endfor %}
    
    {% endif %}
  
{% endblock %}
{{ func.identifier }}
            {{ func.summary }}
          
          {% if func.available_since or func.deprecated_since -%}
          
          {%- if func.available_since -%}
          
          {%- endif %}
        Available since: {{ func.available_since }}
{%- endif -%} {%- if func.deprecated_since -%}Deprecated since: {{ func.deprecated_since }}
{%- endif -%}