Fix wrong doxygen format
[platform/core/appfw/appcore-widget.git] / 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.