You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Andrey Kurdyumov (JIRA)" <ji...@apache.org> on 2015/01/07 11:05:34 UTC

[jira] [Commented] (CB-4641) Constructor of ContactFindOptions should be documented.

    [ https://issues.apache.org/jira/browse/CB-4641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14267475#comment-14267475 ] 

Andrey Kurdyumov commented on CB-4641:
--------------------------------------

Still an issue. 
See https://github.com/apache/cordova-plugin-contacts/blob/master/doc/index.md for the documentation of that object.
Docs about object is scattered across whole documentation.

> Constructor of ContactFindOptions should be documented.
> -------------------------------------------------------
>
>                 Key: CB-4641
>                 URL: https://issues.apache.org/jira/browse/CB-4641
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Docs, Plugin Contacts
>    Affects Versions: 2.9.0
>            Reporter: Shingo Toda
>            Assignee: Michael Brooks
>            Priority: Minor
>
> Constructor method of ContactFindOptions is not documented but is exposed in user code. It should be documented, which will help users a lot.
> {code}
> /**
>  * ContactFindOptions.
>  * @constructor
>  * @param filter used to match contacts against
>  * @param multiple boolean used to determine if more than one contact should be returned
>  */
> var ContactFindOptions = function(filter, multiple)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org