docs: updated docs to have consistent format

This commit is contained in:
mhartington
2016-02-22 16:20:00 -05:00
parent 01b342f7ed
commit 350a5b0911
13 changed files with 81 additions and 40 deletions
+5 -2
View File
@@ -1,6 +1,8 @@
import {Plugin, Cordova} from './plugin';
/**
* @name Facebook
* @description
* Use the Facebook Connect plugin to obtain access to the native FB application on iOS and Android.
*
* Requires Cordova plugin: `cordova-plugin-facebook4`. For more info, please see the [Facebook Connect](https://github.com/jeduan/cordova-plugin-facebook4).
@@ -70,7 +72,8 @@ import {Plugin, Cordova} from './plugin';
@Plugin({
name: 'Facebook',
plugin: 'cordova-plugin-facebook4',
pluginRef: 'facebookConnectPlugin'
pluginRef: 'facebookConnectPlugin',
repo: 'https://github.com/jeduan/cordova-plugin-facebook4'
})
export class Facebook {
@@ -82,7 +85,7 @@ export class Facebook {
/**
* Login to Facebook to authenticate this app.
*
* ```
* ```ts
* {
* status: "connected",
* authResponse: {