style(docs): improve the style of platforms param for methods

This commit is contained in:
Ibrahim Hadeed 2016-03-24 14:36:39 -04:00
parent 120d20bfe4
commit a93eb68f24

View File

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