From 628bac51805dd6086f712a0f7006fc8b1815de59 Mon Sep 17 00:00:00 2001 From: "SukHyung, Kang" Date: Wed, 19 Aug 2020 08:09:34 +0900 Subject: [PATCH] fix wrong description Change-Id: Idefb5675d2246b120812e36a94f4daf9c9e613ea Signed-off-by: SukHyung, Kang --- include/watch_app.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.7.4