diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 79dd0b4a4..f3c743369 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -27,13 +27,13 @@ docType: "<$ doc.docType $>"
<$ param.returnType | escape $>
(default: <$ param.default $>)
<@ endif @> + <@ if param.optional @>Optional<@ endif @> + <@ if param.defaultValue @>(default: <$ param.defaultValue $>)
<@ endif @>