diff --git a/docs/_includes/type.html b/docs/_includes/type.html index 5fa9c6fb..90485fc3 100644 --- a/docs/_includes/type.html +++ b/docs/_includes/type.html @@ -14,6 +14,10 @@ {%- when "reflection" %} {%- assign type = type.declaration %} {%- include type.html %} + {%- when "typeParameter" %} + {%- assign name = type.name %} + {%- assign type = type.constraint %} + {{- ''}}{{ name }} {%- else %} {%- if type.signatures %} {%- assign rootType = type %}