mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
style(docs): improve the style of platforms param for methods
This commit is contained in:
parent
120d20bfe4
commit
a93eb68f24
6
scripts/docs/templates/common.template.html
vendored
6
scripts/docs/templates/common.template.html
vendored
@ -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>
|
||||
<@ endfor -@>
|
||||
</ul>
|
||||
<@ endif @>
|
||||
<@ endfor @>
|
||||
<@ endif -@>
|
||||
|
Loading…
Reference in New Issue
Block a user