diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 79c71bf64..9a9b1826f 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -127,7 +127,7 @@ docType: "<$ doc.docType $>" <@- macro documentClass(doc) @> <@- if doc.statics.length -@> -

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 $>"

<# --- Install commands --- #> -

Installation

+

Installation

  1. Install the Cordova and Ionic Native plugins:
    $ <@ 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: