From: SukHyung, Kang Date: Tue, 18 Aug 2020 23:09:34 +0000 (+0900) Subject: fix wrong description X-Git-Tag: submit/tizen_5.5/20200819.061821~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F30%2F241230%2F2;p=platform%2Fcore%2Fappfw%2Fappcore-watch.git fix wrong description Change-Id: Idefb5675d2246b120812e36a94f4daf9c9e613ea Signed-off-by: SukHyung, Kang --- diff --git a/include/watch_app.h b/include/watch_app.h index e8c483c..76b0fb5 100755 --- a/include/watch_app.h +++ b/include/watch_app.h @@ -32,7 +32,7 @@ extern "C" { */ /** - * @brief watch_time_h watch_time handle + * @brief #watch_time_h watch_time handle. * @since_tizen 2.3.1 */ typedef struct _watch_time_s *watch_time_h; @@ -173,7 +173,7 @@ typedef struct { /** - * @brief Adds the system event handler + * @brief Adds the system event handler. * @since_tizen 2.3.1 * @param[out] handler The event handler * @param[in] event_type The system event type @@ -193,7 +193,7 @@ int watch_app_add_event_handler(app_event_handler_h *handler, app_event_type_e e /** - * @brief Removes registered event handler + * @brief Removes registered event handler. * @since_tizen 2.3.1 * @param[in] event_handler The event handler * @return @c 0 on success, @@ -221,7 +221,6 @@ int watch_app_remove_event_handler(app_event_handler_h event_handler); * @retval #APP_ERROR_INVALID_CONTEXT The application is illegally launched, not launched by the launch system. * @retval #APP_ERROR_ALREADY_RUNNING The main loop has already started * @retval #APP_ERROR_NOT_SUPPORTED Not supported - * @see watch_app_main() * @see watch_app_create_cb() * @see watch_app_control_cb() * @see watch_app_pause_cb() @@ -371,6 +370,7 @@ int watch_app_set_ambient_tick_type(watch_app_ambient_tick_type_e type); * @brief Gets the type of periodic ambient tick. * @since_tizen 2.3.2 * @remarks If you do not set specific tick type with watch_app_set_ambient_tick_type(), this function will set @a type to #WATCH_APP_AMBIENT_TICK_EVERY_MINUTE. * @param[out] type The type of periodic ambient tick + * @param[out] type The type of periodic ambient tick * @return @c 0 on success, * otherwise a negative error value * @retval #APP_ERROR_NONE Successful