public header issues fix 67/250067/2 accepted/tizen_5.5_unified tizen_5.5 accepted/tizen/5.5/unified/20201220.033130 submit/tizen_5.5/20201219.145642
authorchakradhar pogiri <v.pogiri@samsung.com>
Fri, 18 Dec 2020 12:09:52 +0000 (17:39 +0530)
committerchakradhar pogiri <v.pogiri@samsung.com>
Fri, 18 Dec 2020 13:12:58 +0000 (13:12 +0000)
Change-Id: I2af18438112cfee66543b5b21e05cb202f889444

include/geofence_manager.h

index 6a54ce0f34962e3413ec008ffc201e7d52a81246..147a93e78225e55a21282be48a36a3785f56ea7b 100644 (file)
@@ -133,7 +133,7 @@ int geofence_manager_is_supported(bool *supported);
  * @brief Creates a new geofence manager.
  * @since_tizen 2.4
  * @remarks The manager must be released using geofence_manager_destroy().\n
- *          Since 3.0, http://tizen.org/privilege/location privilege is not required.
+ * @remarks Since 3.0, %http://tizen.org/privilege/location privilege is not required.
  * @param[out] manager A geofence manager handle to be newly created on success
  * @return @c 0 on success,
  *         otherwise a negative error value
@@ -152,7 +152,7 @@ int geofence_manager_create(geofence_manager_h *manager);
 /**
  * @brief Releases the geofence manager.
  * @since_tizen 2.4
- * @remarks Since 3.0, http://tizen.org/privilege/location privilege is not required.
+ * @remarks Since 3.0, %http://tizen.org/privilege/location privilege is not required.
  * @param[in] manager The geofence manager handle
  * @return @c 0 on success,
  *         otherwise a negative error value
@@ -529,7 +529,7 @@ int geofence_manager_get_place_name(geofence_manager_h manager, int place_id, ch
  * @brief Creates a geopoint type of new geofence.
  * @since_tizen 2.4
  * @remarks The fence must be released using geofence_destroy().\n
- *          Since 3.0, http://tizen.org/privilege/location privilege is not required.
+ * @remarks Since 3.0, %http://tizen.org/privilege/location privilege is not required.
  * @param[in] place_id The current place ID
  * @param[in] latitude Specifies the value of latitude of geofence [-90.0 ~ 90.0] (degrees)
  * @param[in] longitude Specifies the value of longitude of geofence [-180.0 ~ 180.0] (degrees)
@@ -555,7 +555,7 @@ int geofence_create_geopoint(int place_id, double latitude, double longitude, in
  * @brief Creates a bluetooth type of new geofence.
  * @since_tizen 2.4
  * @remarks The fence must be released using geofence_destroy().\n
- *          Since 3.0, http://tizen.org/privilege/location privilege is not required.
+ * @remarks Since 3.0, %http://tizen.org/privilege/location privilege is not required.
  * @param[in] place_id The current place ID
  * @param[in] bssid Specifies the value of BSSID of BT MAC address
  * @param[in] ssid Specifies the value of SSID of BT Device
@@ -579,7 +579,7 @@ int geofence_create_bluetooth(int place_id, const char *bssid, const char *ssid,
  * @brief Creates a Wi-Fi type of new geofence.
  * @since_tizen 2.4
  * @remarks The fence must be released using geofence_destroy().\n
- *          Since 3.0, http://tizen.org/privilege/location privilege is not required.
+ * @remarks Since 3.0, %http://tizen.org/privilege/location privilege is not required.
  * @param[in] place_id The current place ID
  * @param[in] bssid Specifies the value of BSSID of Wi-Fi MAC address
  * @param[in] ssid Specifies the value of SSID of Wi-Fi Device
@@ -602,7 +602,7 @@ int geofence_create_wifi(int place_id, const char *bssid, const char *ssid, geof
 /**
  * @brief Releases the geofence.
  * @since_tizen 2.4
- * @remarks Since 3.0, http://tizen.org/privilege/location privilege is not required.
+ * @remarks Since 3.0, %http://tizen.org/privilege/location privilege is not required.
  * @param[in] fence The geofence handle
  * @return @c 0 on success,
  *         otherwise a negative error value