{% extends "base.html" %} {% block title %}{{ namespace.name }}.{{ constant.name }}{% endblock %} {% block meta_other %} {% endblock %} {% block sidebar %}
Constant
{% endblock %} {% block content %}

Constant

{{ namespace.name }}{{ constant.name }}

Declaration {% if CONFIG.source_location_url and constant.source_location %} [src] {% endif %}

{{ constant.c_decl }}

Description {% if CONFIG.source_location_url and constant.docs_location %} [src] {% endif %}

{{ constant.description }}
{% if constant.stability %} {% endif %} {% if constant.available_since %} {% endif %} {% if constant.deprecated_since %} {% endif %}
Stability:{{ constant.stability }}
Available since:{{ constant.available_since }}
Deprecated since:{{ constant.deprecated_since.version }}
{{ constant.deprecated_since.message }}
{% if constant.attributes %}
{% for (key, value) in constant.attributes.items() %} {% endfor %}
{{ key|escape }}{{ value|escape }}
{% endif %}
{% endblock %}