Skip to content

Commit

Permalink
Merge pull request #48 from highcharts/v0.5.22
Browse files Browse the repository at this point in the history
v0.5.22
  • Loading branch information
bre1470 authored May 5, 2021
2 parents dfe992c + 80d6339 commit 3a9615e
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 126 deletions.
4 changes: 4 additions & 0 deletions jsdoc/plugins/highcharts.namespace.js
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,10 @@ function addClass (doclet) {

let node = updateNodeFor(doclet);

if (!node.doclet.types) {
node.doclet.types = getTypes(doclet);
}

if (doclet.params) {
addConstructor(doclet);
}
Expand Down
Loading

0 comments on commit 3a9615e

Please # to comment.