mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
docs(): update template
This commit is contained in:
parent
c69f8203ff
commit
da28af024c
2
scripts/docs/templates/common.template.html
vendored
2
scripts/docs/templates/common.template.html
vendored
@ -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>
|
<code><$ platform $></code>
|
||||||
<@ endfor -@>
|
<@ endfor -@>
|
||||||
|
</p>
|
||||||
<@ endif @>
|
<@ endif @>
|
||||||
<@ endfor @>
|
<@ endfor @>
|
||||||
<@ endif -@>
|
<@ endif -@>
|
||||||
|
Loading…
Reference in New Issue
Block a user