From 78ad968ffb054ddfcd56b240b699e0667cf8849b Mon Sep 17 00:00:00 2001 From: Boram Bae Date: Mon, 21 Dec 2020 10:33:48 +0900 Subject: [PATCH] Removing unnecessary HTML link for privilege Change-Id: I4bb80c031f5a7fda0de29e9b65fde7a8832aee9a Signed-off-by: Boram Bae --- include/sensor.h | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/include/sensor.h b/include/sensor.h index e41ca47..7ea71d8 100644 --- a/include/sensor.h +++ b/include/sensor.h @@ -139,13 +139,13 @@ typedef enum SENSOR_TEMPERATURE, /**< Temperature sensor */ SENSOR_HUMIDITY, /**< Humidity sensor */ SENSOR_HRM, /**< Heart-rate monitor @if MOBILE (Since 2.3.1) @endif - @n Privilege : http://tizen.org/privilege/healthinfo */ + @n Privilege : %http://tizen.org/privilege/healthinfo */ SENSOR_HRM_LED_GREEN, /**< Green LED sensor of HRM @if MOBILE (Since 2.3.1) @endif - @n Privilege : http://tizen.org/privilege/healthinfo */ + @n Privilege : %http://tizen.org/privilege/healthinfo */ SENSOR_HRM_LED_IR, /**< Infra-Red LED sensor of HRM @if MOBILE (Since 2.3.1) @endif - @n Privilege : http://tizen.org/privilege/healthinfo */ + @n Privilege : %http://tizen.org/privilege/healthinfo */ SENSOR_HRM_LED_RED, /**< Red LED sensor of HRM @if MOBILE (Since 2.3.1) @endif - @n Privilege : http://tizen.org/privilege/healthinfo */ + @n Privilege : %http://tizen.org/privilege/healthinfo */ SENSOR_GYROSCOPE_UNCALIBRATED, /**< Uncalibrated Gyroscope sensor @if MOBILE (Since 2.4) @elseif WEARABLE (Since 2.3.2) @endif */ SENSOR_GEOMAGNETIC_UNCALIBRATED, /**< Uncalibrated Geomagnetic sensor @@ -156,17 +156,17 @@ typedef enum @if MOBILE (Since 2.4) @elseif WEARABLE (Since 2.3.2) @endif */ SENSOR_SIGNIFICANT_MOTION = 0x100, /**< Significant motion sensor (Since 4.0) */ SENSOR_HRM_BATCH = 0x200, /**< Heart-rate monitor batch sensor (Since 5.5) - @n Privilege : http://tizen.org/privilege/healthinfo */ + @n Privilege : %http://tizen.org/privilege/healthinfo */ SENSOR_HRM_LED_GREEN_BATCH, /**< Green LED of HRM batch sensor (Since 5.5) - @n Privilege : http://tizen.org/privilege/healthinfo */ + @n Privilege : %http://tizen.org/privilege/healthinfo */ SENSOR_HUMAN_PEDOMETER = 0x300, /**< Pedometer (Since 3.0) - @n Privilege : http://tizen.org/privilege/healthinfo */ + @n Privilege : %http://tizen.org/privilege/healthinfo */ SENSOR_HUMAN_SLEEP_MONITOR, /**< Sleep monitor (Since 3.0) - @n Privilege : http://tizen.org/privilege/healthinfo */ + @n Privilege : %http://tizen.org/privilege/healthinfo */ SENSOR_HUMAN_SLEEP_DETECTOR, /**< Sleep detector (Since 3.0) - @n Privilege : http://tizen.org/privilege/healthinfo */ + @n Privilege : %http://tizen.org/privilege/healthinfo */ SENSOR_HUMAN_STRESS_MONITOR, /**< Stress monitor (Since 3.0) - @n Privilege : http://tizen.org/privilege/healthinfo + @n Privilege : %http://tizen.org/privilege/healthinfo @deprecated Deprecated since 5.5 */ SENSOR_LAST, /**< End of sensor enum values @deprecated Deprecated since 3.0 */ SENSOR_CUSTOM = 0x2710, /**< Custom sensor @deprecated Deprecated since 3.0 */ @@ -242,7 +242,7 @@ int sensor_is_wake_up(sensor_h sensor, bool *wakeup); * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * * @remarks Some sensor types are privileged. An application should have the privilege - * http://tizen.org/privilege/healthinfo to get handles for the following sensors: + * %http://tizen.org/privilege/healthinfo to get handles for the following sensors: * #SENSOR_HRM, #SENSOR_HRM_LED_GREEN, #SENSOR_HRM_LED_IR, #SENSOR_HRM_LED_RED, * #SENSOR_HUMAN_PEDOMETER, #SENSOR_HUMAN_SLEEP_MONITOR, #SENSOR_HUMAN_SLEEP_DETECTOR, * and #SENSOR_HUMAN_STRESS_MONITOR. @@ -270,7 +270,7 @@ int sensor_get_default_sensor(sensor_type_e type, sensor_h *sensor); * @since_tizen 4.0 * * @remarks Some sensor types are privileged. An application should have the privilege - * http://tizen.org/privilege/healthinfo to get handles for the sensor URIs of @"healthinfo@" category. + * %http://tizen.org/privilege/healthinfo to get handles for the sensor URIs of @"healthinfo@" category. * See \ref CAPI_SYSTEM_SENSOR_LISTENER_MODULE_URI to find the @"healthinfo@" category sensor URIs. * * @param[in] uri A sensor or a sensor type URI to get the handle of its default sensor @@ -297,7 +297,7 @@ int sensor_get_default_sensor_by_uri(const char *uri, sensor_h *sensor); * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * * @remarks Some sensor types are privileged. An application should have the privilege - * http://tizen.org/privilege/healthinfo to get handles for the following sensors: + * %http://tizen.org/privilege/healthinfo to get handles for the following sensors: * #SENSOR_HRM, #SENSOR_HRM_LED_GREEN, #SENSOR_HRM_LED_IR, #SENSOR_HRM_LED_RED, * #SENSOR_HUMAN_PEDOMETER, #SENSOR_HUMAN_SLEEP_MONITOR, #SENSOR_HUMAN_SLEEP_DETECTOR, * and #SENSOR_HUMAN_STRESS_MONITOR.@n @@ -1186,7 +1186,7 @@ typedef struct _sensor_provider_s *sensor_provider_h; * * @remarks If your application needs to publish health-related sensor data, * the URI category should be @"healthinfo@". - * Then the applications without the privilege http://tizen.org/privilege/healthinfo + * Then the applications without the privilege %http://tizen.org/privilege/healthinfo * are not allowed to listen your application's health-related sensor. * * @remarks The @a provider must be released using sensor_destroy_provider(). @@ -1603,7 +1603,7 @@ int sensor_recorder_is_supported(sensor_type_e type, bool *supported); * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif * * @remarks Some sensor types are privileged. An application should have the privilege - * http://tizen.org/privilege/healthinfo to get access to the following sensors: + * %http://tizen.org/privilege/healthinfo to get access to the following sensors: * #SENSOR_HRM, #SENSOR_HRM_LED_GREEN, #SENSOR_HRM_LED_IR, #SENSOR_HRM_LED_RED, * #SENSOR_HUMAN_PEDOMETER, #SENSOR_HUMAN_SLEEP_MONITOR, #SENSOR_HUMAN_SLEEP_DETECTOR, * and #SENSOR_HUMAN_STRESS_MONITOR. @@ -1765,7 +1765,7 @@ typedef bool (*sensor_recorder_data_cb)(sensor_type_e type, sensor_recorder_data * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif * * @remarks Some sensor types are privileged. An application should have the privilege - * http://tizen.org/privilege/healthinfo to get access to the following sensors: + * %http://tizen.org/privilege/healthinfo to get access to the following sensors: * #SENSOR_HRM, #SENSOR_HRM_LED_GREEN, #SENSOR_HRM_LED_IR, #SENSOR_HRM_LED_RED, * #SENSOR_HUMAN_PEDOMETER, #SENSOR_HUMAN_SLEEP_MONITOR, #SENSOR_HUMAN_SLEEP_DETECTOR, * and #SENSOR_HUMAN_STRESS_MONITOR. @@ -1791,7 +1791,7 @@ int sensor_recorder_read(sensor_type_e type, sensor_recorder_query_h query, sens * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif * * @remarks Some sensor types are privileged. An application should have the privilege - * http://tizen.org/privilege/healthinfo to get access to the following sensors: + * %http://tizen.org/privilege/healthinfo to get access to the following sensors: * #SENSOR_HRM, #SENSOR_HRM_LED_GREEN, #SENSOR_HRM_LED_IR, #SENSOR_HRM_LED_RED, * #SENSOR_HUMAN_PEDOMETER, #SENSOR_HUMAN_SLEEP_MONITOR, #SENSOR_HUMAN_SLEEP_DETECTOR, * and #SENSOR_HUMAN_STRESS_MONITOR. -- 2.7.4