We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typeParameter
1 parent 558d596 commit 6a7c4e2Copy full SHA for 6a7c4e2
1 file changed
docs/_includes/type.html
@@ -14,6 +14,10 @@
14
{%- when "reflection" %}
15
{%- assign type = type.declaration %}
16
{%- include type.html %}
17
+ {%- when "typeParameter" %}
18
+ {%- assign name = type.name %}
19
+ {%- assign type = type.constraint %}
20
+ {{- ''}}<span class="nf">{{ name }}</span>
21
{%- else %}
22
{%- if type.signatures %}
23
{%- assign rootType = type %}
0 commit comments