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
@@ -85,6 +85,8 @@ export interface CameraPopoverOptions {
}
/**
* @name Camera
* @description
* Take a photo or capture video.
*
* Requires Cordova plugin: `cordova-plugin-camera`. For more info, please see the [Cordova Camera Plugin Docs](https://github.com/apache/cordova-plugin-camera).
@@ -102,7 +104,8 @@ export interface CameraPopoverOptions {
@Plugin({
name: 'Camera',
plugin: 'cordova-plugin-camera',
pluginRef: 'navigator.camera'
pluginRef: 'navigator.camera',
repo: 'https://github.com/apache/cordova-plugin-camera'
})
export class Camera {
/**