Apply Captital letter in callback.h 89/211189/2 accepted/tizen/unified/20190805.042852 submit/tizen/20190802.050423
authorlokilee73 <changjoo.lee@samsung.com>
Wed, 31 Jul 2019 04:24:50 +0000 (13:24 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Wed, 31 Jul 2019 04:25:55 +0000 (13:25 +0900)
Change-Id: I09715d5d3c6d738f2bdce3aa6c3aacbb078bc066
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
include/callback.h

index d953780..977a36c 100644 (file)
@@ -70,7 +70,7 @@ typedef void (*device_changed_cb)(device_callback_e type, void *value, void *use
 /**
  * @brief Adds a callback to the observing device state.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @remarks the following feature should be supported for #DEVICE_CALLBACK_DISPLAY_STATE: %http://tizen.org/feature/display. Otherwise #DEVICE_ERROR_NOT_SUPPORTED is returned.
+ * @remarks The following feature should be supported for #DEVICE_CALLBACK_DISPLAY_STATE: %http://tizen.org/feature/display. Otherwise #DEVICE_ERROR_NOT_SUPPORTED is returned.
  * @param[in] type The device type to monitor
  * @param[in] callback The callback function to add
  * @param[in] user_data The user data to be passed to the callback function
@@ -88,7 +88,7 @@ int device_add_callback(device_callback_e type, device_changed_cb callback, void
 /**
  * @brief Removes a device callback function.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @remarks the following feature should be supported for #DEVICE_CALLBACK_DISPLAY_STATE: %http://tizen.org/feature/display. Otherwise #DEVICE_ERROR_NOT_SUPPORTED is returned.
+ * @remarks The following feature should be supported for #DEVICE_CALLBACK_DISPLAY_STATE: %http://tizen.org/feature/display. Otherwise #DEVICE_ERROR_NOT_SUPPORTED is returned.
  * @param[in] type The device type to monitor
  * @param[in] callback The callback function to remove
  * @return @c 0 on success,