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

inc/FLocLocationProvider.h

index 9b88f1b..4477676 100644 (file)
@@ -115,7 +115,7 @@ public:
        *
        * @since 2.0
        * @privlevel    public
-       * @privilege http://tizen.org/privilege/location
+       * @privilege %http://tizen.org/privilege/location
        *
        * @return       An error code
        * @param[in]    interval        The update interval in seconds
@@ -151,7 +151,7 @@ public:
        *
        * @since 2.0
        * @privlevel    public
-       * @privilege http://tizen.org/privilege/location
+       * @privilege %http://tizen.org/privilege/location
        *
        * @return       An error code
        * @param[in]    distance        The distance in meters
@@ -191,7 +191,7 @@ public:
        *
        * @since 2.0
        * @privlevel    public
-       * @privilege http://tizen.org/privilege/location and http://tizen.org/privilege/power @n
+       * @privilege %http://tizen.org/privilege/location and %http://tizen.org/privilege/power @n
        *                               Both privileges are required.
        *
        * @return       An error code
@@ -222,7 +222,7 @@ public:
        *
        * @since 2.0
        * @privlevel    public
-       * @privilege http://tizen.org/privilege/location and http://tizen.org/privilege/power @n
+       * @privilege %http://tizen.org/privilege/location and %http://tizen.org/privilege/power @n
        *                               Both privileges are required.
        *
        * @return       An error code
@@ -308,7 +308,7 @@ public:
        *
        * @since 2.0
        * @privlevel    public
-       * @privilege http://tizen.org/privilege/location
+       * @privilege %http://tizen.org/privilege/location
        *
        * @return       The current location
        * @param[in]    criteria        The desired location criteria
@@ -331,7 +331,7 @@ public:
        *
        * @since 2.0
        * @privlevel    public
-       * @privilege http://tizen.org/privilege/location
+       * @privilege %http://tizen.org/privilege/location
        *
        * @return       The last location
        * @exception    E_SUCCESS       The method is successful.