{{ sections.grouped_tags_ov(group, doc, 'Grouped') }}
{{ sections.grouped_macros_ov(group, doc, 'Grouped') }}
{{ sections.interface_functions_ov(group, doc, 'Grouped') }}
{{ sections.interface_metafunctions_ov(group, doc, 'Grouped') }}
{% if group.internals or group.deprecation_msgs or group.warnings or group.notes or group.akas or not group.body.empty %}
Detailed Description
{% if group.internals %}
Internal:
For internal use only.
{% endif %}
{% if group.deprecation_msgs %}
{% for msg in group.deprecation_msgs %}
Deprecated.
{{ msg|transtext(False) }}
{% endfor %}
{% endif %}
{% if group.warnings %}
{% for msg in group.warnings %}
Warning:
{{ msg|transtext(False) }}
{% endfor %}
{% endif %}
{% if group.notes %}
{% for msg in group.notes %}