Fix documentation for shortcut 02/316602/2
authorSukhyungKang <shine.kang@samsung.com>
Mon, 26 Aug 2024 01:28:00 +0000 (10:28 +0900)
committerSukhyungKang <shine.kang@samsung.com>
Mon, 26 Aug 2024 01:30:50 +0000 (10:30 +0900)
Change-Id: Id2dc9e530099baef175d1796f2c2d968ed0caafd
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
doc/shortcut_doc.h

index 1684d6483b0a242c3b52665de6ad91a5322ec0a8..4c58fa1fa944a6c32e2562f8e61458a7987ab685 100755 (executable)
 
 /**
  * @ingroup CAPI_APPLICATION_FRAMEWORK
- * @defgroup SHORTCUT_MODULE Shortcut
+ * @defgroup CAPI_SHORTCUT_MODULE Shortcut
  * @brief To enhance the Add to home feature.
  *        - The other for the application developers who should implement the Add to home feature.
- * @section SHORTCUT_MODULE_HEADER Required Header
+ * @section CAPI_SHORTCUT_MODULE_HEADER Required Header
  * \#include <shortcut_manager.h>
  *
- * @section SHORTCUT_MODULE_OVERVIEW Overview
+ * @section CAPI_SHORTCUT_MODULE_OVERVIEW Overview
  * It provides function of creating shortcut.
- * Developers can use the "shortcut_add_to_home" API to create their shortcut to a home screen.
+ * Developers can use the shortcut_add_to_home() API to create their shortcut to a home screen.
 
  * @section CAPI_SHORTCUT_MODULE_FEATURE Related Features
- * This API is related with the following features:\n
+ * This function is related with the following features:\n
  * - %http://tizen.org/feature/shortcut\n
  *
  * It is recommended to design feature related codes in your application for reliability.\n