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 82a89a7 commit 29b9f48Copy full SHA for 29b9f48
src/main/template/param_list.handlebars
@@ -1,7 +1,8 @@
1
{{#if required}}
2
<td class='code required'>{{name}}</td>
3
-{{/if}}
+{{else}}
4
<td class='code'>{{name}}</td>
5
+{{/if}}
6
<td>
7
<select {{#isArray this}} multiple='multiple'{{/isArray}} class='parameter' name='{{name}}'>
8
@@ -25,4 +26,4 @@
25
26
</td>
27
<td class="markdown">{{{description}}}</td>
28
<td>{{{paramType}}}</td>
-<td><span class="model-signature"></span></td>
29
+<td><span class="model-signature"></span></td>
0 commit comments