Skip to content

Commit 6a7c4e2

Browse files
committed
docs: fix up typeParameter cases in signature functions
1 parent 558d596 commit 6a7c4e2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/_includes/type.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
{%- when "reflection" %}
1515
{%- assign type = type.declaration %}
1616
{%- include type.html %}
17+
{%- when "typeParameter" %}
18+
{%- assign name = type.name %}
19+
{%- assign type = type.constraint %}
20+
{{- ''}}<span class="nf">{{ name }}</span>
1721
{%- else %}
1822
{%- if type.signatures %}
1923
{%- assign rootType = type %}

0 commit comments

Comments
 (0)