{% extends "base.html" %} {% block title %}{{ tag.title|transtext(top=False) }}{% endblock %} {% block content %}

Tag: {{ tag.title|transtext(top=False) }}

{{ sections.top_box(tag) }} {{ sections.signatures(tag) }}

Overview

{% if tag.deprecation_msgs %}
Deprecated.
{% for msg in tag.deprecation_msgs %}

{{ msg|transtext(False) }}

{% endfor %}
{% endif %} {{ sections.brief(tag) }} {{ sections.body(tag) }}
{{ sections.see_also(tag) }} {{ sections.dox_source(tag, in_comment=True) }} {% endblock %}