diff --git a/templates/common/ManagedReference.common.js b/templates/common/ManagedReference.common.js index 79d88a07c96..0acc61b1c10 100644 --- a/templates/common/ManagedReference.common.js +++ b/templates/common/ManagedReference.common.js @@ -261,4 +261,9 @@ function handleItem(vm, gitContribute, gitUrlPattern) { return array; } + if(vm.syntax.typeParameters) { + vm.syntax.typeParameters.forEach(item => { + item.description = item.description || ""; + }); + } }