File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 9
9
</ th >
10
10
</ tr >
11
11
</ thead >
12
+ {%- if method.description -%}
12
13
< tr class ="docs-api-method-description-row ">
13
14
< td colspan ="2 " class ="docs-api-method-description-cell ">
14
15
{$ method.description | marked | safe $}
15
16
</ td >
16
17
</ tr >
18
+ {%- endif -%}
17
19
18
20
{%- if method.params.length -%}
19
21
< thead >
Original file line number Diff line number Diff line change 25
25
< p class ="docs-api-property-name ">
26
26
{$ property.name $}
27
27
</ p >
28
- < code class ="docs-api-property-type "> {$ property.type $}</ code >
29
28
</ td >
30
- < td class ="docs-api-property-description "> {$ property.description | marked | safe $}</ td >
29
+ < td class ="docs-api-property-description ">
30
+ < div class ="docs-api-property-type ">
31
+ Type: < code > {$ property.type $}</ code >
32
+ </ div >
33
+ {$ property.description | marked | safe $}
34
+ </ td >
31
35
</ tr >
You can’t perform that action at this time.
0 commit comments