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

Function: {{ function.title|transtext(top=False) }}

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

Overview

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

{{ msg|transtext(False) }}

{% endfor %}
{% endif %} {{ sections.brief(function) }} {{ sections.body(function) }}
{{ sections.see_also(function) }} {{ sections.params(function) }} {{ sections.tparams(function) }} {{ sections.return_values(function) }} {{ sections.dox_source(function, in_comment=True) }} {% endblock %}