Skip to content

Commit

Permalink
fix: Invalid documentation on type parameter dotnet#9755 (dotnet#9806)
Browse files Browse the repository at this point in the history
  • Loading branch information
soniyaprasad77 authored and filzrev committed Mar 27, 2024
1 parent 2c0d733 commit 14df1ea
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 14df1ea

Please sign in to comment.