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

inc/FCntContentManager.h
inc/FCntContentSearch.h
inc/FCntContentTransfer.h
inc/FCntDownloadManager.h

index 16046f9..54b54dc 100644 (file)
@@ -164,7 +164,7 @@ public:
         *
         * @since                       2.0
         * @privlevel           public
-        * @privilege           http://tizen.org/privilege/content.write
+        * @privilege           %http://tizen.org/privilege/content.write
         *
         * @return                      The content ID
         * @param[in]   contentInfo                                             An instance of ContentInfo
@@ -195,7 +195,7 @@ public:
         *                       For more information, see @ref CompContentManagerCreateContentPage "here".
         * @endif
         * @privlevel           public
-        * @privilege           http://tizen.org/privilege/content.write
+        * @privilege           %http://tizen.org/privilege/content.write
         *
         * @return                      The content ID
         * @param[in]   byteBuffer                                              The @c byteBuffer of the content to create
@@ -233,7 +233,7 @@ public:
         *                       For more information, see @ref CompContentManagerCreateContentPage "here".
         * @endif
         * @privlevel           public
-        * @privilege           http://tizen.org/privilege/content.write
+        * @privilege           %http://tizen.org/privilege/content.write
         *
         * @return                      The content ID
         * @param[in]   sourcePath                                              The source file path
@@ -374,7 +374,7 @@ public:
         *
         * @since                       2.0
         * @privlevel           public
-        * @privilege           http://tizen.org/privilege/content.read
+        * @privilege           %http://tizen.org/privilege/content.read
         *
         * @return                      A pointer to ContentInfo
         * @param[in]   contentId                                               The content ID
@@ -395,7 +395,7 @@ public:
         *
         * @since                       2.0
         * @privlevel           public
-        * @privilege           http://tizen.org/privilege/content.write
+        * @privilege           %http://tizen.org/privilege/content.write
         *
         * @return                      An error code
         * @param[in]   contentInfo                                             An instance of ContentInfo
@@ -414,7 +414,7 @@ public:
         *
         * @since                       2.0
         * @privlevel           public
-        * @privilege           http://tizen.org/privilege/content.write
+        * @privilege           %http://tizen.org/privilege/content.write
         *
         * @return                      An error code
         * @param[in]   contentId                                               The content ID
@@ -463,7 +463,7 @@ public:
         *
         * @since                       2.1
         * @privlevel           public
-        * @privilege           http://tizen.org/privilege/content.write
+        * @privilege           %http://tizen.org/privilege/content.write
         *
         * @return              An error code
         * @param[in]   contentPath                     The content path
@@ -480,7 +480,7 @@ public:
         *
         * @since                       2.1
         * @privlevel           public
-        * @privilege           http://tizen.org/privilege/content.write
+        * @privilege           %http://tizen.org/privilege/content.write
         *
         * @return                      An error code
         * @param[in]           directoryPath                   The directory path
index 4c4c912..cf831da 100644 (file)
@@ -145,7 +145,7 @@ public:
         *
         * @since               2.0
         * @privlevel           public
-        * @privilege   http://tizen.org/privilege/content.read
+        * @privilege   %http://tizen.org/privilege/content.read
         *
         * @return              A pointer to a list containing the ContentSearchResult instances @n
         *                              An empty list is returned if there is no result and there is no error, @n
@@ -215,7 +215,7 @@ public:
         *
         * @since               2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/content.read
+        * @privilege   %http://tizen.org/privilege/content.read
         *
         * @return              A pointer to a list containing the values of a column @n
         *                              The type of value can be Tizen::Base::Float, Tizen::Base::Double, Tizen::Base::LongLong, Tizen::Base::DateTime, or Tizen::Base::String. @n
@@ -284,7 +284,7 @@ public:
        *                               Tizen::Base::SortOrder) method, that gets the value list of the specified column.
        * @since                2.0
        * @privlevel    public
-       * @privilege    http://tizen.org/privilege/content.read
+       * @privilege    %http://tizen.org/privilege/content.read
        *
        * @return               A pointer to a list containing the values of a column @n
        *                               The type of value can be Tizen::Base::Integer, Tizen::Base::Double, Tizen::Base::LongLong, Tizen::Base::DateTime, or Tizen::Base::String. @n
index d20a511..2596c64 100644 (file)
@@ -170,7 +170,7 @@ public:
        * When downloading the contents from a third party server, it is recommended to use the Download(const Tizen::Base::Utility::Uri&, const Tizen::Base::String&, RequestId&, bool, int, int) method.
        * @since                                 2.0
        * @privlevel    public
-       * @privilege    http://tizen.org/privilege/download
+       * @privilege    %http://tizen.org/privilege/download
        *
        * @return       An error code
        * @param[in]    uri                                     The content URL
@@ -216,7 +216,7 @@ public:
         *                       For more information, see @ref CompContentTransferDownloadPage3 "here".
         * @endif
         * @privlevel           public
-        * @privilege           http://tizen.org/privilege/download
+        * @privilege           %http://tizen.org/privilege/download
         *
         * @return                      An error code
         * @param[in]   uri                                             The content URL
@@ -274,7 +274,7 @@ public:
        * When downloading the contents to a buffer from a third party server, it is recommended to use the DownloadToBuffer(const Tizen::Base::Utility::Uri&, RequestId&, int, int) method.
        * @since                                 2.0
        * @privlevel    public
-       * @privilege    http://tizen.org/privilege/download
+       * @privilege    %http://tizen.org/privilege/download
        *
        * @return       An error code
        * @param[in]    uri                                     The content URL
@@ -303,7 +303,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use DownloadManager class.
         * @since                       2.0
         * @privlevel           public
-        * @privilege           http://tizen.org/privilege/download
+        * @privilege           %http://tizen.org/privilege/download
         *
         * @return                      An error code
         * @param[in]   uri                                             The content URL
index 4ba2d6b..851275d 100644 (file)
@@ -130,7 +130,7 @@ public:
        *
        * @since 2.0
        * @privlevel    public
-       * @privilege    http://tizen.org/privilege/download
+       * @privilege    %http://tizen.org/privilege/download
        *
        * @return       An error code
        * @param[in]    request             The download request