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

foreign:: {{ adaption.title|transtext(top=False) }}
{{ sections.brief(adaption) }}

{{ sections.top_box(adaption) }} {{ sections.tparams(adaption) }} {{ sections.member_functions_ov(adaption, doc) }} {{ sections.interface_functions_ov(adaption, doc) }} {{ sections.interface_metafunctions_ov(adaption, doc) }} {{ sections.member_variables_ov(adaption, doc) }} {% if adaption.internals or adaption.deprecation_msgs or adaption.warnings or adaption.notes or adaption.akas or not adaption.body.empty %}

Detailed Description

{% if adaption.internals %}
Internal:

For internal use only.

{% endif %} {% if adaption.deprecation_msgs %} {% for msg in adaption.deprecation_msgs %}
Deprecated.

{{ msg|transtext(False) }}

{% endfor %} {% endif %} {% if adaption.warnings %} {% for msg in adaption.warnings %}
Warning:

{{ msg|transtext(False) }}

{% endfor %} {% endif %} {% if adaption.notes %} {% for msg in adaption.notes %}
Note:

{{ msg|transtext(False) }}

{% endfor %} {% endif %} {% if adaption.akas %}
Also known as:

{{ adaption.akas|join(', ') }}

{% endif %} {{ sections.body(adaption) }}
{% endif %} {{ sections.see_also(adaption) }} {{ sections.member_functions(adaption) }} {{ sections.interface_functions(adaption) }} {{ sections.interface_metafunctions(adaption) }} {{ sections.member_variables(adaption) }} {{ sections.dox_source(adaption, in_comment=True) }} {% endblock %}