Fix API reference error 21/203821/1
authorSukHyung, Kang <shine.kang@samsung.com>
Thu, 18 Apr 2019 03:46:09 +0000 (12:46 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Thu, 18 Apr 2019 03:46:09 +0000 (12:46 +0900)
Change-Id: Iddb04ca105e49573a2821c20e1198a1ccc8adfb6
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
include/widget_app.h

index 9e309d2..35d864d 100755 (executable)
@@ -80,7 +80,7 @@ typedef int (*widget_instance_create_cb)(widget_context_h context, bundle *conte
  *          In this callback, you can finalize resources for this instance.
  *          If reason is not #WIDGET_APP_DESTROY_TYPE_TEMPORARY, it should store the current status by using incoming bundle.
  * @since_tizen 2.3.1
- * @remark Note that the parameter 'content' is used to save the status of the widget instance.
+ * @remarks Note that the parameter 'content' is used to save the status of the widget instance.
  *         As a input parameter, content contains the saved status of the widget instance.
  *         You can fill the content parameter with the current status in this callback,
  *         then the framework will save the content by receiving it as a output parameter.
@@ -326,10 +326,10 @@ int widget_app_remove_event_handler(app_event_handler_h event_handler);
  * @brief Gets a widget instance id.
  * @since_tizen 2.3.1
  * @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
- * @remark You must not free returned widget instance id
- * @remark The returned widget instance id is volatile. If the device reboots or the widget's process restarts, it will be changed.\n
+ * @remarks You must not free returned widget instance id
+ * @remarks The returned widget instance id is volatile. If the device reboots or the widget's process restarts, it will be changed.\n
  *      So, you should not assume this value is a persistent one.
- * @remark widget_service_trigger_update(), widget_service_change_period(), widget_service_get_content_of_widget_instance()\n
+ * @remarks widget_service_trigger_update(), widget_service_change_period(), widget_service_get_content_of_widget_instance()\n
  *      can be called with returned instance id.
  * @param[in] context The context for widget instance
  * @return widget instance id on success,