Skip to content

Commit

Permalink
Bug fix Invalid documentation on type parameter #9755
Browse files Browse the repository at this point in the history
  • Loading branch information
soniyaprasad77 committed Mar 21, 2024
1 parent bd015c5 commit d2cf58b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/common/ManagedReference.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,9 @@ function handleItem(vm, gitContribute, gitUrlPattern) {

return array;
}
if(vm.syntax.typeParameters) {
vm.syntax.typeParameters.forEach(item => {
item.description = item.description || "";
});
}
}

0 comments on commit d2cf58b

Please sign in to comment.