From: SukhyungKang Date: Mon, 26 Aug 2024 01:50:04 +0000 (+0900) Subject: Fix documentation for appcore widget X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=refs%2Fheads%2Ftizen_8.0;p=platform%2Fcore%2Fappfw%2Fappcore-widget.git Fix documentation for appcore widget Change-Id: Ib1f0932f6833ab369f1109cb27a7084dc61e3fa2 Signed-off-by: SukhyungKang --- diff --git a/doc/appcore-widget_doc.h b/doc/appcore-widget_doc.h index 0e540a4..feedbef 100755 --- a/doc/appcore-widget_doc.h +++ b/doc/appcore-widget_doc.h @@ -20,8 +20,8 @@ * @defgroup CAPI_WIDGET_APP_MODULE Widget Application * @brief Widget application API. * @section CAPI_WIDGET_APP_MODULE_HEADER Required Header - * \#include - * \#include + * \#include \n + * \#include \n * * @section CAPI_WIDGET_APP_MODULE_OVERVIEW Overview * The @ref CAPI_WIDGET_APP_MODULE API provides functions for handling Tizen widget application state changes or system events. Tizen widget application can be shown in the home screen. @@ -119,6 +119,11 @@ * @image html widget_obj_lifecycle.png "Widget Instance States" * * @section CAPI_WIDGET_APP_MODULE_RELATED_FEATURES Related Features - * This API is related with the following feature: - * - http://tizen.org/feature/shell.appwidget + * This function is related with the following feature: + * - %http://tizen.org/feature/shell.appwidget\n + * + * It is recommended to design feature related codes in your application for reliability.\n + * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n + * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n + * More details on featuring your application can be found from Feature Element. */