File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
→
4
4
< span class ="returntype "> {{{ linkedReturnType }}}</ span >
5
5
</ span >
6
- {{#isInherited}}< span class ="is-inherited "> inherited</ span > {{/isInherited}}
7
6
</ dt >
8
7
< dd >
8
+ {{#isInherited}}
9
+ < div >
10
+ < span class ="is-inherited "> inherited</ span >
11
+ </ div >
12
+ {{/isInherited}}
9
13
{{{ oneLineDoc }}}
10
14
</ dd >
Original file line number Diff line number Diff line change 1
1
< dt id ="{{htmlId}} " class ="property ">
2
2
< span class ="top-level-variable-type "> {{{ linkedReturnType }}}</ span >
3
3
< a href ="{{href}} "> {{> name_summary}}</ a >
4
- {{#isInherited}}< span class ="is-inherited "> inherited</ span > {{/isInherited}}
5
4
</ dt >
6
5
< dd >
7
6
{{> readable_writable}}
Original file line number Diff line number Diff line change 2
2
{{#readOnly}}read-only{{/readOnly}}
3
3
{{#writeOnly}}write-only{{/writeOnly}}
4
4
{{#readWrite}}read / write{{/readWrite}}
5
+ {{#isInherited}}, < span class ="is-inherited "> inherited</ span > {{/isInherited}}
5
6
</ div >
You can’t perform that action at this time.
0 commit comments