{% import 'base/macros.html.twig' as macros %}
{{ tagList.0.name }} | {% for tag in tagList %} {% if (tag.name == "since" or "deprecated") %} {{ tag.version }} {% endif %} {% if (tag.name == "see") %} {{ tag.reference|route|raw }} {% endif %} {{ tag.description|markdown|raw }} {% endfor %} |
---|
{{ argument.types|route|join('|')|raw }}
{{ argument.description|markdown|raw }}
{{ method.response.types|route|join('|')|raw }}
{{ method.response.description|markdown|raw }}
{% endif %}