From 2f3331e9ea373ec3070f484027286bc0e9f21649 Mon Sep 17 00:00:00 2001
From: Jan Piotrowski Static Members
+Static Members
<@ for method in doc.statics -@>
<$ documentMethod(method) $>
<@ endfor -@>
@@ -136,7 +136,7 @@ docType: "<$ doc.docType $>"
<# --- methods in class --- #>
<@- if doc.members and doc.members.length @>
-Instance Members
+Instance Members
<@ for method in doc.members -@>
<$ documentMethod(method) $>
<@- endfor @>
@@ -174,7 +174,7 @@ docType: "<$ doc.docType $>"
$ <@ if prop.install @><$ prop.install $><@ else @>ionic cordova plugin add <$ prop.plugin $><@ endif @>
@@ -186,7 +186,7 @@ $ npm install --save @ionic-native/<$ doc.npmId $>
<# --- Plugin supported platforms --- #>
<@ if prop.platforms @>
-Supported platforms
+Supported platforms
<@ for platform in prop.platforms -@>
- <$ platform $>
@@ -198,13 +198,13 @@ $ npm install --save @ionic-native/<$ doc.npmId $>
<# --- Plugin usage --- #>
<@ if doc.usage @>
-Usage
+Usage
<$ doc.usage | marked $>
<@ endif @>
<# --- Plugin attributes --- #>
<@- if doc.properties -@>
-Attributes:
+Attributes: