diff --git a/aio/tools/transforms/templates/api/lib/paramList.html b/aio/tools/transforms/templates/api/lib/paramList.html index 0f63ad32d9..8c8e3c9849 100644 --- a/aio/tools/transforms/templates/api/lib/paramList.html +++ b/aio/tools/transforms/templates/api/lib/paramList.html @@ -21,8 +21,7 @@ {% if showType %}{$ parameter.type $}{% endif %} {% marked %} - {% if parameter.description | trim %}{$ parameter.description $} - + {% if (parameter.shortDescription | trim) or (parameter.description | trim) %}{$ parameter.shortDescription + '\n\n' + parameter.description $} {% elseif not showType and parameter.type %}

Type: {$ parameter.type $}.

{% endif %}