From da28af024c7dcc851e1a420f9171351d3ff61087 Mon Sep 17 00:00:00 2001 From: mhartington Date: Tue, 5 Jul 2016 18:13:07 -0400 Subject: [PATCH] docs(): update template --- scripts/docs/templates/common.template.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index d75fde0be..ec5bdb737 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -211,10 +211,12 @@ docType: "<$ doc.docType $>" <@- if method.decorators @> <@ for prop in method.decorators[0].argumentInfo @> <@ if prop.platforms @> +

Platforms: <@- for platform in prop.platforms @> <$ platform $>  <@ endfor -@> +

<@ endif @> <@ endfor @> <@ endif -@>