From: lokilee73 Date: Wed, 31 Jul 2019 04:24:50 +0000 (+0900) Subject: Apply Captital letter in callback.h X-Git-Tag: submit/tizen/20190802.050423^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6908835e3397d2fa908557a7109203983b5f41d;p=platform%2Fcore%2Fapi%2Fdevice.git Apply Captital letter in callback.h Change-Id: I09715d5d3c6d738f2bdce3aa6c3aacbb078bc066 Signed-off-by: lokilee73 --- diff --git a/include/callback.h b/include/callback.h index d953780..977a36c 100644 --- a/include/callback.h +++ b/include/callback.h @@ -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,