diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 5a6675653f..15ca4cba13 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -24,10 +24,31 @@ angular_controller: APIDemoCtrl <@ endif @> <@- endmacro -@> <@ macro returnObject(params) -@> - <@- if params -@>
- <@- for param in params -@> - <$ param.type $> <$ param.key $> <$ param.description $>
- <@- endfor @> + <@- if params -@> + + + + + + + + + + <@ for param in params @> + + + + + + <@ endfor @> + +
PropertyTypeDetails
+ <$ param.key $> + + <$ param.type | code $> + + <$ param.description | marked $> +
<@- endif @> <@- endmacro -@>