{%- for param in params -%} {%- if not loop.is_first -%}  {%- endif -%} {{- param.type -}} {%- if not isEmpty(param.name) %} {% endif -%} {{- param.name -}} {%- if existsIn(param, "defvalPlain") %} = {{ escape(param.defvalPlain) }}{% endif -%} {%- if not loop.is_last -%} , {{- noop() }}{% include "synopsis_indent.tmpl" -%} {%- endif -%} {%- endfor -%}