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 037a6af commit caa5d02Copy full SHA for caa5d02
tools/dgeni/templates/method.template.html
@@ -28,6 +28,9 @@
28
29
{%- if method.params.length -%}
30
<thead>
31
+ <tr class="docs-api-method-parameters-header-row">
32
+ <th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
33
+ </tr>
34
<tr class="docs-api-method-parameters-header-row">
35
<th colspan="2" class="docs-api-method-parameters-header-cell">参数</th>
36
</tr>
@@ -54,6 +57,9 @@
54
57
55
58
{%- if method.type and method.type !== "void" -%}
56
59
60
+ <tr class="docs-api-method-returns-header-row">
61
+ <th colspan="2" class="docs-api-method-returns-header-cell">Returns</th>
62
63
<tr class="docs-api-method-returns-header-row">
64
<th colspan="2" class="docs-api-method-returns-header-cell">返回值</th>
65
0 commit comments