Skip to content

Commit 613322f

Browse files
committed
Reverted default for type reflection.
1 parent f71b2bd commit 613322f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsdoc/plugins/highcharts.jsdoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function decorateOptions(parent, target, option, filename) {
163163

164164
target[index] = target[index] || {
165165
doclet: {},
166-
type: option.key.type,
166+
// type: option.key.type,
167167
children: {}
168168
};
169169

0 commit comments

Comments
 (0)