File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ function addSignatureReturns(f) {
169
169
}
170
170
171
171
f . signature = '<span class="signature">' + ( f . signature || '' ) + '</span>' +
172
- '<span class="type-signature">' + returnTypesString + '</span>' ;
172
+ '<span class="return- type-signature">' + returnTypesString + '</span>' ;
173
173
}
174
174
175
175
function addSignatureTypes ( f ) {
@@ -183,7 +183,7 @@ function addAttribs(f) {
183
183
var attribs = helper . getAttribs ( f ) ;
184
184
var attribsString = buildAttribsString ( attribs ) ;
185
185
186
- f . attribs = util . format ( '<span class="type-signature">%s</span>' , attribsString ) ;
186
+ f . attribs = util . format ( '<span class="method- type-signature">%s</span>' , attribs ) ;
187
187
}
188
188
189
189
function shortenPaths ( files , commonPrefix ) {
You can’t perform that action at this time.
0 commit comments