We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e7630 commit 9f4c1adCopy full SHA for 9f4c1ad
doc-tool/resources/_layouts/api-page.html
@@ -51,8 +51,7 @@ <h1>
51
<h2>Supertypes</h2>
52
<span>
53
{% for superT in entity.superTypes %}
54
- {% renderLink superT %}
55
- {% unless forloop.last %}, {% endunless %}
+ {% renderLink superT %}{% unless forloop.last %}, {% endunless %}
56
{% endfor %}
57
</span>
58
</div>
@@ -63,8 +62,7 @@ <h2>Supertypes</h2>
63
62
<h2>Annotations</h2>
64
65
{% for annot in entity.annotations %}
66
- @{% renderLink annot %}
67
+ @{{ annot }}{% unless forloop.last %}, {% endunless %}
68
69
70
0 commit comments