From 2727982e1c51d59eb5909408555a9714e3ea00f9 Mon Sep 17 00:00:00 2001 From: SukhyungKang Date: Mon, 26 Aug 2024 10:50:04 +0900 Subject: [PATCH] Fix documentation for appcore widget Change-Id: Ib1f0932f6833ab369f1109cb27a7084dc61e3fa2 Signed-off-by: SukhyungKang --- doc/appcore-widget_doc.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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. */ -- 2.34.1