summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorseungha.son <seungha.son@samsung.com>2016-12-16 14:48:28 +0900
committerseungha.son <seungha.son@samsung.com>2016-12-16 19:32:10 +0900
commit8c6993c5bbaed8f0897afd1be89a12889e809545 (patch)
treea28ce62a6f0ae3c6f3301a08f422daabe40f594a /doc
parent4d7b2cd5b66dbd599feaf793465ef05d77e74ea9 (diff)
downloadshortcut-8c6993c5bbaed8f0897afd1be89a12889e809545.tar.gz
shortcut-8c6993c5bbaed8f0897afd1be89a12889e809545.tar.bz2
shortcut-8c6993c5bbaed8f0897afd1be89a12889e809545.zip
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: Ie4813615ba4f84a447f158d11f831c28efc8395d
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/shortcut_doc.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/shortcut_doc.h b/doc/shortcut_doc.h
index 3736068..458264b 100755
--- a/doc/shortcut_doc.h
+++ b/doc/shortcut_doc.h
@@ -15,20 +15,23 @@
*
*/
+
#ifndef __SHORTCUT_DOC_H__
#define __SHORTCUT_DOC_H__
+
/**
+ * @ingroup CAPI_APPLICATION_FRAMEWORK
* @defgroup 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.
- * @ingroup CAPI_APPLICATION_FRAMEWORK
+ * - The other for the application developers who should implement the Add to home feature.
* @section SHORTCUT_MODULE_HEADER Required Header
- * \#include <shortcut_manager.h>
- * @section 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.
+ * \#include <shortcut_manager.h>
*
+ * @section 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.
*/
+
#endif /* __SHORTCUT_DOC_H__ */