{{ log.debug() }}
{{ section.title or "Returns:" }}
    {% for returns in section.value %}
  • {% if returns.name %}{{ returns.name }}{% endif %} {% if returns.annotation %} {% with expression = returns.annotation %} {% if returns.name %}({% endif %} {% include "expression.html" with context %} {% if returns.name %}){% endif %} {% endwith %} {% endif %} –
    {{ returns.description|convert_markdown(heading_level, html_id) }}
  • {% endfor %}