Resolved Native API Reference issues for sensor 52/216752/1 accepted/tizen/unified/20191106.124722 submit/tizen/20191105.095622
authorAbhimanyu Swami <abhimanyu1.s@samsung.com>
Thu, 31 Oct 2019 12:51:41 +0000 (18:21 +0530)
committerAbhimanyu Swami <abhimanyu1.s@samsung.com>
Thu, 31 Oct 2019 12:51:41 +0000 (18:21 +0530)
Change-Id: I4b018d098f7f2065e6e4f369addee7fa9f9f717d
Signed-off-by: Abhimanyu Swami <abhimanyu1.s@samsung.com>
include/sensor.h

index 73fffea..565c0d1 100644 (file)
@@ -928,7 +928,7 @@ int sensor_listener_unset_accuracy_cb(sensor_listener_h listener);
  *          #SENSOR_ERROR_OPERATION_FAILED.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
- * @remark  As a sensor usually works in an event-driven manner, it may not be able to read its data on demand.
+ * @remarks  As a sensor usually works in an event-driven manner, it may not be able to read its data on demand.
  *          Then this function tries to return the last known values.@n
  *          To be able to read the current values or the last known values, the sensor needs to be
  *          enabled in advance. As an application cannot be sure that the sensor is already enabled
@@ -1025,7 +1025,7 @@ int sensor_listener_set_attribute_int(sensor_listener_h listener, sensor_attribu
  * @brief   Changes the power-saving behavior of a sensor listener.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
- * @remark  sensor_listener_set_attribute_int() with #SENSOR_ATTRIBUTE_PAUSE_POLICY replaces this function.
+ * @remarks  sensor_listener_set_attribute_int() with #SENSOR_ATTRIBUTE_PAUSE_POLICY replaces this function.
  *
  * @param[in]   listener        A listener handle
  * @param[in]   option          A sensor option
@@ -1566,7 +1566,7 @@ int sensor_recorder_create_query(sensor_recorder_query_h *query);
 int sensor_recorder_destroy_query(sensor_recorder_query_h query);
 
 /**
- * @brief   Sets an integer-type query parameter
+ * @brief.   Sets an integer-type query parameter
  * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
  *
  * @param[in]  query       Query handle