From: Hyunho Kang Date: Fri, 23 Sep 2016 01:34:19 +0000 (+0900) Subject: Fix wrong doxygen format X-Git-Tag: accepted/tizen/3.0/ivi/20161011.053547^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fappfw%2Fappcore-widget.git;a=commitdiff_plain;h=7615492553b49fc96faa0ee8f2c20afeab00ae1e Fix wrong doxygen format Change-Id: Idbb4c367cd57724e9b0c210a075e668b66d4a636 Signed-off-by: Hyunho Kang --- diff --git a/include/widget_app.h b/include/widget_app.h index 3b49868..3cd38a0 100755 --- a/include/widget_app.h +++ b/include/widget_app.h @@ -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.