@@ -65,7 +65,7 @@ <h3 id="{{data.name}}.attributes">Attributes</h3>
65
65
</ div >
66
66
< div class ="details-info " flex three >
67
67
< p layout horizontal center justified >
68
- < code > {{attribute.type}}</ code > < span class ="default " hidden? ="{{!attribute.default}} "> default: < code > {{attribute.default}}</ code > </ span >
68
+ < code > < < em > {{attribute.type}}</ em > > </ code > < span class ="default " hidden? ="{{!attribute.default}} "> default: < code > {{attribute.default}}</ code > </ span >
69
69
</ p >
70
70
< marked-element text ="{{attribute.description}} "> </ marked-element >
71
71
</ div >
@@ -84,7 +84,7 @@ <h3 id="{{data.name}}.properties">Properties</h3>
84
84
</ div >
85
85
< div class ="details-info " flex three >
86
86
< p layout horizontal center justified >
87
- < code > {{property.type}}</ code > < span class ="default " hidden? ="{{!property.default}} "> default: < code > {{property.default}}</ code > </ span >
87
+ < code > < < em > {{property.type}}</ em > > </ code > < span class ="default " hidden? ="{{!property.default}} "> default: < code > {{property.default}}</ code > </ span >
88
88
</ p >
89
89
< marked-element text ="{{property.description}} "> </ marked-element >
90
90
</ div >
@@ -107,7 +107,7 @@ <h3 id="{{data.name}}.events">Events</h3>
107
107
< div class ="params ">
108
108
< p > Event details:</ p >
109
109
< template repeat ="{{param in event.params}} ">
110
- < p > < code > {{param.name }}</ code > < span > < code > ( {{param.type}} ) </ code > </ span > </ p >
110
+ < p > < code > < < em > {{param.type }}</ em > > {{param.name}} </ code > </ p >
111
111
< p > < span > {{param.description}}</ span > </ p >
112
112
</ template >
113
113
</ div >
@@ -132,7 +132,7 @@ <h3 id="{{data.name}}.methods">Methods</h3>
132
132
< div class ="params ">
133
133
< p > Method parameters:</ p >
134
134
< template repeat ="{{param in method.params}} ">
135
- < p > < code > {{param.name }}</ code > < span > < code > ( {{param.type}} ) </ code > </ span > </ p >
135
+ < p > < code > < < em > {{param.type }}</ em > > {{param.name}} </ code > </ p >
136
136
< p > < span > {{param.description}}</ span > </ p >
137
137
</ template >
138
138
</ div >
0 commit comments