Blame templates/html/htmltypeconstraints.tpl

Packit Service 50c9f2
{# obj should be a class or member #}
Packit Service 50c9f2
{% if obj.typeConstraints %}
Packit Service 50c9f2
  
Packit Service 50c9f2
  
{{ tr.typeConstraints }}
Packit Service 50c9f2
  
Packit Service 50c9f2
  {% for arg in obj.typeConstraints %}
Packit Service 50c9f2
    {{ arg.name }}
Packit Service 50c9f2
         {{ arg.type }}
Packit Service 50c9f2
         {{ arg.docs }}
Packit Service 50c9f2
    
Packit Service 50c9f2
  {% endfor %}
Packit Service 50c9f2
  
Packit Service 50c9f2
{% endif %}