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 f6616f2 commit 67abc7dCopy full SHA for 67abc7d
src/default_theme/section._
@@ -17,13 +17,14 @@
17
18
<%= md(section.description) %>
19
20
+ <div class='pre p1 fill-light mt0'><%= signature(section) %></div>
21
<% if (section.type) { %>
22
<p>
23
Type:
24
<%= formatType(section.type) %>
25
</p>
26
<% } %>
- <% if (section.arguments && section.augments.length) { %>
27
+ <% if (section.augments && section.augments.length) { %>
28
29
Extends
30
<% if (section.augments) { %>
0 commit comments