We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396e4b9 commit 5d55f59Copy full SHA for 5d55f59
tools/doc/json.js
@@ -248,7 +248,7 @@ function processList(section) {
248
// copy the data up to the section.
249
var value = values[0] || {};
250
delete value.name;
251
- section.typeof = value.type;
+ section.typeof = value.type || section.typeof;
252
delete value.type;
253
Object.keys(value).forEach(function(k) {
254
section[k] = value[k];
0 commit comments