diff --git a/templates/puppet/docs.html b/templates/puppet/docs.html index f1e61d1b..f420dbe0 100644 --- a/templates/puppet/docs.html +++ b/templates/puppet/docs.html @@ -43,7 +43,8 @@
Parameters

{%- for p in data[class].param -%} {{ p.name }}
- Data Type: {%- for t in p.types -%}{{ t }},{%- endfor -%}
+ Data Type: {%- for t in p.types -%}{{ t }}{{ "," if not loop.last }}{%- endfor -%}
+ Description: {%- if p.text -%}{{ p.text }}{%- else -%}None{%- endif -%}
{%- endfor -%}

{%- endif-%}