File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
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 -%}
13
12
< tr class ="docs-api-method-description-row ">
14
13
< td colspan ="2 " class ="docs-api-method-description-cell ">
15
14
{$ method.description | marked | safe $}
16
15
</ td >
17
16
</ tr >
18
- {%- endif -%}
19
17
20
18
{%- if method.params.length -%}
21
19
< 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 >
28
29
</ 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 >
30
+ < td class ="docs-api-property-description "> {$ property.description | marked | safe $}</ td >
35
31
</ tr >
You can’t perform that action at this time.
0 commit comments