doxygen: remove privilege tags 11/58711/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 3 Feb 2016 05:08:08 +0000 (14:08 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 3 Feb 2016 05:08:08 +0000 (14:08 +0900)
Change-Id: Iebfaa9a2f949563598e2bd1e093d5cd4268952ba
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
include/sensor.h

index 60cd9426a2d4ffcb12be08fdf619bae8d615e07a..5ee52916f5469333e004975faf9931dcdf2dbbc0 100644 (file)
@@ -300,9 +300,6 @@ int sensor_is_supported(sensor_type_e type, bool *supported);
  *          this returns only the default sensor, which is designated by the device.@n
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
- * @privlevel   public
- * @privilege   http://tizen.org/privilege/healthinfo
- *
  * @remarks Some sensor types are privileged. An application should have the privilege
  *          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,
@@ -330,9 +327,6 @@ int sensor_get_default_sensor(sensor_type_e type, sensor_h *sensor);
  *          which can be retrieved by sensor_get_default_sensor().
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
- * @privlevel   public
- * @privilege   http://tizen.org/privilege/healthinfo
- *
  * @remarks Some sensor types are privileged. An application should have the privilege
  *          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,