fix wrong description 30/241230/2
authorSukHyung, Kang <shine.kang@samsung.com>
Tue, 18 Aug 2020 23:09:34 +0000 (08:09 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Tue, 18 Aug 2020 23:41:39 +0000 (08:41 +0900)
Change-Id: Idefb5675d2246b120812e36a94f4daf9c9e613ea
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
include/watch_app.h

index e8c483c..76b0fb5 100755 (executable)
@@ -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