docs(): update docs formatting

This commit is contained in:
Ionitron
2016-12-04 12:46:41 -05:00
parent 6f7171d26b
commit 54ef50178b
3 changed files with 12 additions and 11 deletions
+6 -4
View File
@@ -260,10 +260,12 @@ export class ContactFindOptions implements IContactFindOptions {
* ```
* @interfaces
* IContactProperties
* @classes
* ContactFindOptions
* ContactOrganization
* ContactAddress
* IContactError
* IContactName
* IContactField
* IContactAddress
* IContactOrganization
* IContactFindOptions
*/
@Plugin({
pluginName: 'Contacts',
+1 -2
View File
@@ -33,9 +33,8 @@ export class Httpd {
/**
* Starts a web server.
* @returns {Observable<string>} Returns an Observable. Subscribe to receive the URL for your web server (if succeeded). Unsubscribe to stop the server.
* @param options {HttpdOptions}
* @returns {Observable<string>}
* @returns {Observable<string>} Returns an Observable. Subscribe to receive the URL for your web server (if succeeded). Unsubscribe to stop the server.
*/
@Cordova({
observable: true,