Fix wrong doxygen format 53/89253/1 accepted/tizen/3.0/ivi/20161011.053547 accepted/tizen/3.0/mobile/20161015.032344 accepted/tizen/3.0/tv/20161016.003530 accepted/tizen/3.0/wearable/20161015.080406 accepted/tizen/common/20160923.161050 accepted/tizen/ivi/20160927.020317 accepted/tizen/mobile/20160927.020200 accepted/tizen/tv/20160927.020243 accepted/tizen/wearable/20160927.020222 submit/tizen/20160923.090258 submit/tizen_3.0_ivi/20161010.000000 submit/tizen_3.0_ivi/20161010.000010 submit/tizen_3.0_mobile/20161015.000000 submit/tizen_3.0_tv/20161015.000000 submit/tizen_3.0_wearable/20161015.000000
authorHyunho Kang <hhstark.kang@samsung.com>
Fri, 23 Sep 2016 01:34:19 +0000 (10:34 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Fri, 23 Sep 2016 01:35:00 +0000 (10:35 +0900)
Change-Id: Idbb4c367cd57724e9b0c210a075e668b66d4a636
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
include/widget_app.h

index 3b49868..3cd38a0 100755 (executable)
@@ -38,9 +38,9 @@ extern "C" {
  * @since_tizen 2.3.1
  */
 typedef enum widget_app_destroy_type {
-       WIDGET_APP_DESTROY_TYPE_PERMANENT = 0x00, /* User deleted this widget from the viewer */
-       WIDGET_APP_DESTROY_TYPE_TEMPORARY = 0x01, /* Widget is deleted because of other reasons (e.g. widget process is terminated temporarily by the system) */
-} widget_app_destroy_type_e; /**< Delete type */
+       WIDGET_APP_DESTROY_TYPE_PERMANENT = 0x00, /**< User deleted this widget from the viewer */
+       WIDGET_APP_DESTROY_TYPE_TEMPORARY = 0x01, /**< Widget is deleted because of other reasons (e.g. widget process is terminated temporarily by the system) */
+} widget_app_destroy_type_e;
 
 /**
  * @brief The handle for widget class.