docs(): update template

This commit is contained in:
mhartington 2016-07-05 18:13:07 -04:00
parent c69f8203ff
commit da28af024c
No known key found for this signature in database
GPG Key ID: C0CE5F60E890DB47

View File

@ -211,10 +211,12 @@ docType: "<$ doc.docType $>"
<@- if method.decorators @> <@- if method.decorators @>
<@ for prop in method.decorators[0].argumentInfo @> <@ for prop in method.decorators[0].argumentInfo @>
<@ if prop.platforms @> <@ if prop.platforms @>
<p>
<b>Platforms:</b> <b>Platforms:</b>
<@- for platform in prop.platforms @> <@- for platform in prop.platforms @>
<code><$ platform $></code>&nbsp; <code><$ platform $></code>&nbsp;
<@ endfor -@> <@ endfor -@>
</p>
<@ endif @> <@ endif @>
<@ endfor @> <@ endfor @>
<@ endif -@> <@ endif -@>