Skip to content

Commit

Permalink
fix: Invalid documentation on type parameter #9755 (#9806)
Browse files Browse the repository at this point in the history
  • Loading branch information
soniyaprasad77 authored Mar 21, 2024
1 parent b998ce6 commit 3d95c0d
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 3d95c0d

Please sign in to comment.