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 fd52782 commit e703b3eCopy full SHA for e703b3e
tools/dgeni/templates/method.template.html
@@ -9,11 +9,13 @@
9
</th>
10
</tr>
11
</thead>
12
+ {%- if method.description -%}
13
<tr class="docs-api-method-description-row">
14
<td colspan="2" class="docs-api-method-description-cell">
15
{$ method.description | marked | safe $}
16
</td>
17
18
+ {%- endif -%}
19
20
{%- if method.params.length -%}
21
<thead>
tools/dgeni/templates/property.template.html
@@ -23,9 +23,8 @@
23
{%- endif -%}
24
25
<p class="docs-api-property-name">
26
- {$ property.name $}
+ <code>{$ property.name $}: {$ property.type $}</code>
27
</p>
28
- <code class="docs-api-property-type">{$ property.type $}</code>
29
30
<td class="docs-api-property-description">{$ property.description | marked | safe $}</td>
31
0 commit comments