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
+4 -1
View File
@@ -17,6 +17,8 @@ export interface Calendar {
}
/**
* @name Calendar
* @description
* This plugin allows you to add events to the Calendar of the mobile device.
*
* Requires Cordova plugin: `cordova-plugin-calendar`. For more info, please see the [Calendar plugin docs](https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin).
@@ -25,7 +27,8 @@ export interface Calendar {
@Plugin({
name: 'Calendar',
plugin: 'cordova-plugin-calendar',
pluginRef: 'plugins.calendar'
pluginRef: 'plugins.calendar',
repo: 'https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin'
})
export class Calendar {
/**