add % before the privilege tag not to link to the linkage page
authorMinkyoung Kang <mklove.kang@samsung.com>
Thu, 21 Mar 2013 07:14:29 +0000 (16:14 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Thu, 21 Mar 2013 07:14:29 +0000 (16:14 +0900)
Change-Id: If9243a24c6ab3f54d94e68a6823740098014e092

inc/FSclAccountAccessor.h
inc/FSclAccountManager.h
inc/FSclAddressbook.h
inc/FSclAddressbookManager.h
inc/FSclCalendarbook.h
inc/FSclPerson.h

index dde5399..07eeb80 100644 (file)
@@ -62,7 +62,7 @@ public:
         *
         * @since               2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/account.read
+        * @privilege   %http://tizen.org/privilege/account.read
         *
         * @return              An error code
         * @param[in]   pListener                       The event listener
@@ -78,7 +78,7 @@ public:
         *
         * @since               2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/account.read
+        * @privilege   %http://tizen.org/privilege/account.read
         *
         * @return              An account with the specified @c accountId
         * @param[in]   accountId                       The account ID
@@ -96,7 +96,7 @@ public:
         *
         * @since               2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/account.read
+        * @privilege   %http://tizen.org/privilege/account.read
         *
         * @return              A list of accounts, @n
         *                                      else an empty list if there is no account, or @c null if an exception occurs (@ref Account list)
@@ -114,7 +114,7 @@ public:
         *
         * @since               2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/account.read
+        * @privilege   %http://tizen.org/privilege/account.read
         *
         * @return              A list of accounts, @n
         *                                      else an empty list if there is no account, or @c null if an exception occurs (@ref Account list)
@@ -130,7 +130,7 @@ public:
         *
         * @since               2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/account.read
+        * @privilege   %http://tizen.org/privilege/account.read
         *
         * @return              An account provider with the specified @c accountProviderAppId
         * @param[in]   accountProviderAppId    The application ID of the account provider
@@ -148,7 +148,7 @@ public:
         *
         * @since               2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/account.read
+        * @privilege   %http://tizen.org/privilege/account.read
         *
         * @return              A list of account providers, @n
         *                                      else an empty list if there is no account provider, or @c null if an exception occurs (@ref AccountProvider list)
@@ -166,7 +166,7 @@ public:
         *
         * @since               2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/account.read
+        * @privilege   %http://tizen.org/privilege/account.read
         *
         * @return              A list of account providers, @n
         *                                      else an empty list if there is no account provider, or @c null if an exception occurs (@ref AccountProvider list)
index 7801c48..a357a22 100644 (file)
@@ -61,7 +61,7 @@ public:
         *
         * @since               2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/account.write
+        * @privilege   %http://tizen.org/privilege/account.write
         *
         * @return                      An error code
         * @param[in,out]       account                         The account to add
@@ -83,7 +83,7 @@ public:
         *
         * @since               2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/account.write
+        * @privilege   %http://tizen.org/privilege/account.write
         *
         * @return              An error code
         * @param[in]   accountId                       The account ID
@@ -103,7 +103,7 @@ public:
         *
         * @since               2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/account.write
+        * @privilege   %http://tizen.org/privilege/account.write
         *
         * @return              An error code
         * @param[in]   account                         The account to update
index 5f189ba..2f6b09f 100644 (file)
@@ -318,7 +318,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      An error code
         * @param[in]   pListener       The event listener
@@ -335,7 +335,7 @@ public:
         *
         * @since       2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      An error code
         * @param[in]   pListener       The event listener
@@ -352,7 +352,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in,out]       contact                 The contact to add
@@ -374,7 +374,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in,out]       contact                 The contact to remove
@@ -391,7 +391,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in]   contactId               The contact ID
@@ -409,7 +409,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in]   contact                 The contact to update
@@ -435,7 +435,7 @@ public:
         *                      For more information, see @ref CompAddressbookAddCategoryPage "here".
         * @endif
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in,out]       category                The category to add
@@ -469,7 +469,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in,out]       category                The category to remove
@@ -487,7 +487,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in]   categoryId              The category ID
@@ -512,7 +512,7 @@ public:
         *                            For more information, see @ref CompAddressbookUpdateCategoryPage "here".
         * @endif
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in]   category                The category to update
@@ -545,7 +545,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of all contacts in the addressbook, @n
         *                                  else an empty list if there is no contact or @c null if an exception occurs (@ref Contact list)
@@ -568,7 +568,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of contacts that are members of the specified category, @n
         *                                  else an empty list if there is no contact or @c null if an exception occurs (@ref Contact list)
@@ -592,7 +592,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of contacts in the specified range, @n
         *                              else an empty list if there is no contact or @c null if an exception occurs (@ref Contact list)
@@ -620,7 +620,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of contacts in the specified range of the specified category, @n
         *                              else an empty list if there is no contact or @c null if an exception occurs (@ref Contact list)
@@ -647,7 +647,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return              The matched contact, @n
         *                              else @c null if no contact matches the specified contact ID
@@ -666,7 +666,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return              The number of contacts in the address book, @n
         *                              else @c -1 if an error occurs
@@ -682,7 +682,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param [in]  categoryId              The category ID
@@ -700,7 +700,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param [in]  categoryId              The category ID
@@ -719,7 +719,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of categories in the address book, @n
         *                              else an empty list if there is no category, or @c null if an exception occurs (@ref Category list)
@@ -736,7 +736,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return              A list of categories that has the specified contact as a member, @n
         *                                  else an empty list if there is no category, or @c null if an exception occurs (@ref Category list)
@@ -754,7 +754,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return              The number of categories in the address book, @n
         *                              else @c -1 if an error occurs
@@ -770,7 +770,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return              The matched category, @n
         *                              else @c null if no category matches the specified category ID
@@ -791,7 +791,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of all the matched contacts, @n
         *                              else an empty list if there is no matched contact, or @c null if an exception occurs (@ref Contact list)
@@ -815,7 +815,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of all the matched contacts, @n
         *                              else an empty list if there is no matched contact or @c null if an exception occurs (@ref Contact list)
@@ -840,7 +840,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of all the matched contacts, @n
         *                                  else an empty list if there is no contact or @c null if an exception occurs (@ref Contact list)
@@ -862,7 +862,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return              The latest change version, @c
         *                      else @c -1 if an exception occurs
@@ -883,7 +883,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of contact change information, @n
         *                                  else an empty list if there is no changed contact or @c null if an exception occurs (@ref ContactChangeInfo list)
@@ -923,7 +923,7 @@ public:
         *
         * @since       2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of contact change information, @n
         *                                  else an empty list if there is no changed contact or @c null if an exception occurs (@ref ContactChangeInfo list)
@@ -966,7 +966,7 @@ public:
        *
        * @since        2.0
        * @privlevel    public
-       * @privilege    http://tizen.org/privilege/contact.read
+       * @privilege    %http://tizen.org/privilege/contact.read
        *
        * @return       A list of category change information, @n
        *                                   else an empty list if there is no changed category or @c null if an exception occurs (@ref CategoryChangeInfo list)
@@ -1007,7 +1007,7 @@ public:
         *
         * @since       2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of category change information, @n
         *                                  else an empty list if there is no changed category or @c null if an exception occurs (@ref CategoryChangeInfo list)
@@ -1048,7 +1048,7 @@ public:
         *
         * @since                       2.1
         * @privlevel           public
-        * @privilege           http://tizen.org/privilege/userprofile.write
+        * @privilege           %http://tizen.org/privilege/userprofile.write
         *
         * @return              An error code
         * @param[in]           pUserProfile    The user profile to set
@@ -1063,7 +1063,7 @@ public:
         *
         * @since                       2.1
         * @privlevel           public
-        * @privilege           http://tizen.org/privilege/userprofile.read
+        * @privilege           %http://tizen.org/privilege/userprofile.read
         *
         * @return              The user profile, @n
         *                              else @c null if the user profile does not exist or an exception has occurred.
@@ -1080,7 +1080,7 @@ public:
         *
         * @since       2.1
         * @privlevel           public
-        * @privilege   http://tizen.org/privilege/userprofile.read
+        * @privilege   %http://tizen.org/privilege/userprofile.read
         *
         * @return     @c true if the user profile has been changed, @n
         *              else @c false
@@ -1126,7 +1126,7 @@ public:
        *
        * @since                2.1
        * @privlevel    public
-       * @privilege    http://tizen.org/privilege/contact.write
+       * @privilege    %http://tizen.org/privilege/contact.write
        *
        * @return               An error code
        * @param[in]    contactList                             The contacts to add. The list should contain Contact instances.
@@ -1149,7 +1149,7 @@ public:
        *
        * @since                2.1
        * @privlevel    public
-       * @privilege    http://tizen.org/privilege/contact.write
+       * @privilege    %http://tizen.org/privilege/contact.write
        *
        * @return               An error code
        * @param[in]    contactList                             The contacts to update. The list should contain Contact instances.
@@ -1172,7 +1172,7 @@ public:
        *
        * @since                2.1
        * @privlevel    public
-       * @privilege    http://tizen.org/privilege/contact.write
+       * @privilege    %http://tizen.org/privilege/contact.write
        *
        * @return               An error code
        * @param[in]    contactIdList                   The list of contact IDs to delete.
index fd17fc3..9f5038b 100644 (file)
@@ -71,7 +71,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An addressbook instance
         * @param[in]   accountId       The account ID
@@ -93,7 +93,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in]   addressbookId   The addressbook ID
@@ -110,7 +110,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of addressbooks, @n
         *                                  else an empty list if there is no addressbook, or @c null if an exception occurs (@ref Addressbook list)
@@ -128,7 +128,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of addressbooks, @n
         *                                  else an empty list if there is no addressbook, or @c null if an exception occurs (@ref Addressbook list)
@@ -144,7 +144,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      An addressbook instance
         * @param[in]   addressbookId           The addressbook ID
@@ -168,7 +168,7 @@ public:
          *
          * @since      2.0
          * @privlevel  public
-         * @privilege  http://tizen.org/privilege/contact.read
+         * @privilege  %http://tizen.org/privilege/contact.read
          *
          * @return     An error code
          * @param[in]  pListener       The event listener
@@ -185,7 +185,7 @@ public:
         *
         * @since       2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      An error code
         * @param[in]   pListener       The event listener
@@ -202,7 +202,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return              An error code
         * @param[in,out]       contact         The contact to add
@@ -227,7 +227,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in]   contactId               The contact ID
@@ -245,7 +245,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in]   contact                 The contact to update
@@ -266,7 +266,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in,out]       category        The category to add
@@ -288,7 +288,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in]   categoryId              The category ID
@@ -306,7 +306,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in]   category                The category to update
@@ -326,7 +326,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of all contacts on the device, @n
         *                                  else an empty list if there is no contact, or @c null if an exception occurs (@ref Contact list)
@@ -349,7 +349,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of contacts that are members of the specified category, @n
         *                                  else an empty list if there is no contact, or @c null if an exception occurs (@ref Contact list)
@@ -372,7 +372,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of contacts that are linked to this person, @n
         *                                  else @c null if an exception occurs (@ref Contact list)
@@ -392,7 +392,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return              A list of categories that has the specified person as a member, @n
         *                                  else an empty list if there is no category, or @c null if an exception occurs (@ref Category list)
@@ -410,7 +410,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return              The matched contact, @n
         *                              else @c null if no contact matches the specified contact ID
@@ -429,7 +429,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return              The number of contacts in the address book, @n
         *                              else @c -1 if an error occurs
@@ -445,7 +445,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param [in]  categoryId              The category ID
@@ -464,7 +464,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param [in]  categoryId              The category ID
@@ -483,7 +483,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of categories on the device, @n
         *                              else an empty list if there is no category, or @c null if an exception occurs (@ref Category list)
@@ -500,7 +500,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return              A list of categories that has the specified contact as a member, @n
         *                                  else an empty list if there is no category, or @c null if an exception occurs (@ref Category list)
@@ -518,7 +518,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return              The number of categories on the device, @n
         *                              else @c -1 if an error occurs
@@ -534,7 +534,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return              The matched category, @n
         *                              else @c null if no category matches the specified category ID
@@ -555,7 +555,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of all matched contacts, @n
         *                              else an empty list if there is no matched contact, or @c null if an exception occurs (@ref Contact list)
@@ -581,7 +581,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of all matched contacts, @n
         *                              else an empty list if there is no matched contact, or @c null if an exception occurs (@ref Contact list)
@@ -607,7 +607,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of all matched contacts, @n
         *                                  else an empty list if there is no contact, or @c null if an exception occurs (@ref Contact list)
@@ -630,7 +630,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return              The latest change version, @n
         *                      else @c -1 if an exception occurs
@@ -651,7 +651,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of contact change information, @n
         *                                  else an empty list if there is no changed contact, or @c null if an exception occurs (@ref ContactChangeInfo list)
@@ -695,7 +695,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of category change information, @n
         *                                  else an empty list if there is no changed category, or @c null if an exception occurs (@ref CategoryChangeInfo list)
@@ -736,7 +736,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      The matched person, @n
         *                              else @c null if an exception occurs
@@ -756,7 +756,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in]   personId                The person ID
@@ -774,7 +774,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of all persons on the device, @n
         *                                  else an empty list if there is no person, or @c null if an exception occurs (@ref Person list)
@@ -797,7 +797,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of persons that are members of the specified category, @n
         *                                  else an empty list if there is no person, or @c null if an exception occurs (@ref Person list)
@@ -822,7 +822,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of the favorite persons, @n
         *                                  else an empty list if there is no favorite person, or @c null if an exception occurs (@ref Person list)
@@ -846,7 +846,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      A list of all matched persons, @n
         *                                  else an empty list if there is no matched person, or @c null if an exception occurs (@ref Person list)
@@ -869,7 +869,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in]   personId       The person ID
@@ -897,7 +897,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in]   sourcePersonId          The source person ID
@@ -922,7 +922,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in]   personId                The ID of the person that the contact is unlinked from
@@ -943,7 +943,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege    http://tizen.org/privilege/contact.read
+        * @privilege    %http://tizen.org/privilege/contact.read
         *
         * @return       A list of searched results (The list of Addressbook, Person, Contact, Category, PhoneNumberContact, EmailContact), @n
         *                 else an empty list if there is no searched result, or @c null if an exception occurs
@@ -979,7 +979,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege    http://tizen.org/privilege/contact.read
+        * @privilege    %http://tizen.org/privilege/contact.read
         *
         * @return       The count of the searched results
         * @param[in]    filter                  The filter that specifies the search condition @n If the filter is empty, all items that are specified by the type of this filter will be searched.
@@ -1019,7 +1019,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      An error code
         * @param[in]   person                  The person to export
@@ -1039,7 +1039,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      An error code
         * @param[in]   personList              The person list to export @n The list should contain Person instances.
@@ -1127,7 +1127,7 @@ public:
        *
        * @since        2.1
        * @privlevel    public
-       * @privilege    http://tizen.org/privilege/contact.read
+       * @privilege    %http://tizen.org/privilege/contact.read
        *
        * @return               The exported vcard stream, @n
        *                               else @c null if an exception occurs.
@@ -1146,7 +1146,7 @@ public:
        *
        * @since        2.1
        * @privlevel    public
-       * @privilege    http://tizen.org/privilege/contact.read
+       * @privilege    %http://tizen.org/privilege/contact.read
        *
        * @return               The exported vcard stream, @n
        *                               else @c null if an exception occurs.
@@ -1247,7 +1247,7 @@ public:
         *
         * @since       2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/userprofile.read
+        * @privilege   %http://tizen.org/privilege/userprofile.read
         *
         * @return      A list of all user profiles on the device, @n
         *                                  else an empty list if there is no user profile, or @c null if an exception occurs (@ref UserProfile list)
@@ -1264,7 +1264,7 @@ public:
         *
         * @since       2.1
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/userprofile.read
+        * @privilege   %http://tizen.org/privilege/userprofile.read
         *
         * @return      The matched user profile, @n
         *                              else @c null if an exception occurs
index 5c653c4..11f3074 100644 (file)
@@ -374,7 +374,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.write\r
+        * @privilege   %http://tizen.org/privilege/calendar.write\r
         *\r
         * @return              An error code\r
         * @param[in,out]       event                                   The event to add\r
@@ -392,7 +392,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.write\r
+        * @privilege   %http://tizen.org/privilege/calendar.write\r
         *\r
         * @return              An error code\r
         * @param[in,out]       event                                   The event to add\r
@@ -415,7 +415,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.write\r
+        * @privilege   %http://tizen.org/privilege/calendar.write\r
         *\r
         * @return              An error code\r
         * @param[in,out]       todo                                    The to-do to add\r
@@ -433,7 +433,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.write\r
+        * @privilege   %http://tizen.org/privilege/calendar.write\r
         *\r
         * @return              An error code\r
         * @param[in,out]       todo                                    The to-do to add\r
@@ -456,7 +456,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.write\r
+        * @privilege   %http://tizen.org/privilege/calendar.write\r
         *\r
         * @return              An error code\r
         * @param[in]   event                           The calendar event to remove\r
@@ -475,7 +475,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.write\r
+        * @privilege   %http://tizen.org/privilege/calendar.write\r
         *\r
         * @return              An error code\r
         * @param[in]   eventId                                 The calendar event ID to remove\r
@@ -495,7 +495,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.write\r
+        * @privilege   %http://tizen.org/privilege/calendar.write\r
         *\r
         * @return              An error code\r
         * @param[in]   todo                                    The CalTodo ID to remove\r
@@ -512,7 +512,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.write\r
+        * @privilege   %http://tizen.org/privilege/calendar.write\r
         *\r
         * @return              An error code\r
         * @param[in]   todoId                                  The CalTodo ID to remove\r
@@ -529,7 +529,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.write\r
+        * @privilege   %http://tizen.org/privilege/calendar.write\r
         *\r
         * @return              An error code\r
         * @param[in]   event                           The CalEvent instance to update\r
@@ -553,7 +553,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.write\r
+        * @privilege   %http://tizen.org/privilege/calendar.write\r
         *\r
         * @return              An error code\r
         * @param[in]   todo                                    The CalTodo instance to update\r
@@ -571,7 +571,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.read\r
+        * @privilege   %http://tizen.org/privilege/calendar.read\r
         *\r
         * @return              The matched event\r
         * @param[in]   eventId                                 The event ID to find\r
@@ -589,7 +589,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.read\r
+        * @privilege   %http://tizen.org/privilege/calendar.read\r
         *\r
         * @return              The matched to-do\r
         * @param[in]   todoId                                  The ID of the to-do to find\r
@@ -616,7 +616,7 @@ public:
         *                For more information, see @ref CompCalendarbookGetTodosNPage "here".\r
         * @endif\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.read\r
+        * @privilege   %http://tizen.org/privilege/calendar.read\r
         *\r
         * @return              A list of all the matched CalTodo instances, @n\r
         *                              else an empty list if there is no matched to-do item @n\r
@@ -672,7 +672,7 @@ public:
         *                For more information, see @ref CompCalendarbookGetTodoCountPage "here".\r
         * @endif\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.read\r
+        * @privilege   %http://tizen.org/privilege/calendar.read\r
         *\r
         * @return              The total number of to-dos, @n\r
         *                                                                              else @c -1 if an exception occurs\r
@@ -719,7 +719,7 @@ public:
         * @deprecated  This method is deprecated. Instead of using this method, it is recommended to use GetInstancesOfAllDayEventsN() or GetInstancesOfNonAllDayEventsN().\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.read\r
+        * @privilege   %http://tizen.org/privilege/calendar.read\r
         *\r
         * @return              A list containing all of the matched CalEvent instances, @n\r
         *                              else an empty list if there are no matched instances or @c null if an exception occurs @n\r
@@ -764,7 +764,7 @@ public:
         * @deprecated  This method is deprecated. Instead of using this method, it is recommended to use GetInstancesOfAllDayEventsN() or GetInstancesOfNonAllDayEventsN().\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.read\r
+        * @privilege   %http://tizen.org/privilege/calendar.read\r
         *\r
         * @return              An error code\r
         * @param[in]   start                                   The start of the time range\r
@@ -800,7 +800,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.read\r
+        * @privilege   %http://tizen.org/privilege/calendar.read\r
         *\r
         * @return              A list containing all the CalEvent instances, @n\r
         *                              else an empty list if there are no events or @c null if an exception occurs @n\r
@@ -820,7 +820,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.read\r
+        * @privilege   %http://tizen.org/privilege/calendar.read\r
         *\r
         * @return              A list containing all the CalTodo instances, @n\r
         *                              else an empty list if there are no to-dos or @c null if an exception occurs @n\r
@@ -840,7 +840,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.read\r
+        * @privilege   %http://tizen.org/privilege/calendar.read\r
         *\r
         * @return              A list containing all the Calendar instances, @n\r
         *                              else an empty list if there are no calendars or @c null if an exception occurs @n\r
@@ -860,7 +860,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.read\r
+        * @privilege   %http://tizen.org/privilege/calendar.read\r
         *\r
         * @return              A list containing the CalEventChangeInfo instances, @n\r
         *                              else an empty list if there are no events or @c null if an exception occurs @n\r
@@ -883,7 +883,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.read\r
+        * @privilege   %http://tizen.org/privilege/calendar.read\r
         *\r
         * @return              A list containing the CalTodoChangeInfo instances, @n\r
         *                              else an empty list if there are no to-dos or @c null if an exception occurs @n\r
@@ -907,7 +907,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.write\r
+        * @privilege   %http://tizen.org/privilege/calendar.write\r
         *\r
         * @return              An error code\r
         * @param[in,out]       calendar                                The calendar to add\r
@@ -925,7 +925,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.write\r
+        * @privilege   %http://tizen.org/privilege/calendar.write\r
         *\r
         * @return              An error code\r
         * @param[in,out]       calendar                        The calendar to add\r
@@ -946,7 +946,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.write\r
+        * @privilege   %http://tizen.org/privilege/calendar.write\r
         *\r
         * @return              An error code\r
         * @param[in]   calendarId                              The calendar ID to remove\r
@@ -964,7 +964,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.write\r
+        * @privilege   %http://tizen.org/privilege/calendar.write\r
         *\r
         * @return              An error code\r
         * @param[in]   calendar                                The Calendar instance to update\r
@@ -982,7 +982,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.read\r
+        * @privilege   %http://tizen.org/privilege/calendar.read\r
         *\r
         * @return              The matched calendar, @n \r
         *              else @c null if an exception occurs\r
@@ -1002,7 +1002,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.write\r
+        * @privilege   %http://tizen.org/privilege/calendar.write\r
         *\r
         * @return              An error code\r
         * @param[in]   eventInstance                   The event instance to remove @n\r
@@ -1058,7 +1058,7 @@ public:
         *\r
         * @since       2.1\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.write\r
+        * @privilege   %http://tizen.org/privilege/calendar.write\r
         *\r
         * @return              An error code\r
         * @param[in]   eventInstance                   The event instance to update @n\r
@@ -1079,7 +1079,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.read\r
+        * @privilege   %http://tizen.org/privilege/calendar.read\r
         *\r
         * @return              The latest version\r
         * @exception   E_SUCCESS                               The method is successful.\r
@@ -1097,7 +1097,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.read\r
+        * @privilege   %http://tizen.org/privilege/calendar.read\r
         *\r
         * @return              A list of searched results (the list of CalEvent, CalTodo, Calendar, or CalEventInstance), @n\r
         *                                              else an empty list if there is no searched result or @c null if an exception occurs\r
@@ -1128,7 +1128,7 @@ public:
         *\r
         * @since       2.0\r
         * @privlevel   public\r
-        * @privilege   http://tizen.org/privilege/calendar.read\r
+        * @privilege   %http://tizen.org/privilege/calendar.read\r
         *\r
         * @return              The count of the searched results\r
         * @param[in]   filter  The filter that specifies the search condition @n If the filter is empty, all items that are specified by the type of this filter will be searched.\r
index ca113cd..f8f6a60 100644 (file)
@@ -188,7 +188,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return      An error code
         * @param[in]   isFavorite    Set to @c true to set this person as a favorite, @n
@@ -207,7 +207,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return     An error code
         * @param[in]  phoneNumber    The phone number
@@ -224,7 +224,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.write
+        * @privilege   %http://tizen.org/privilege/contact.write
         *
         * @return     An error code
         * @param[in]  email          The email
@@ -241,7 +241,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      The primary phone number @n If this instance does not have the primary email, an empty PhoneNumber instance is returned.
         * @exception  E_SUCCESS                The method is successful.
@@ -257,7 +257,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/contact.read
+        * @privilege   %http://tizen.org/privilege/contact.read
         *
         * @return      The primary email @n If this instance does not have the primary email, an empty Email instance is returned.
         * @exception  E_SUCCESS                The method is successful.