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 6062b1c commit 55cc86bCopy full SHA for 55cc86b
1 file changed
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