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
@@ -27,6 +27,8 @@ export interface Device {
}
/**
* @name Device
* @description
* Access information about the underlying device and platform.
*
* @usage
@@ -37,7 +39,8 @@ export interface Device {
@Plugin({
name: 'Device',
plugin: 'cordova-plugin-device',
pluginRef: 'device'
pluginRef: 'device',
repo: 'https://github.com/apache/cordova-plugin-device'
})
export class Device {