summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorhyun lee <hyunn.lee@samsung.com>2014-08-20 17:54:56 +0900
committerSangyoon Jang <s89.jang@samsung.com>2014-08-25 17:49:51 +0900
commite8d0068855f82c2c11a18de124fa0fe0bbe5ccc9 (patch)
treecd0b64cc76eed246453e2e6aecd140a569975f17 /lib
parent36807bd5018b0a9221a527902c79a521ad8da25a (diff)
downloadshortcut-e8d0068855f82c2c11a18de124fa0fe0bbe5ccc9.tar.gz
shortcut-e8d0068855f82c2c11a18de124fa0fe0bbe5ccc9.tar.bz2
shortcut-e8d0068855f82c2c11a18de124fa0fe0bbe5ccc9.zip
Update doxygen
Change-Id: Ie7e26457ea9ede2b9964f91a6adf3d25880315ba Signed-off-by: hyun lee <hyunn.lee@samsung.com>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/include/shortcut.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/include/shortcut.h b/lib/include/shortcut.h
index 25d6044..3036e36 100755
--- a/lib/include/shortcut.h
+++ b/lib/include/shortcut.h
@@ -205,7 +205,7 @@ enum shortcut_error_e {
* @since_tizen 2.3
*
* @privlevel public
- * @privilege http://tizen.org/privilege/shortcut
+ * @privilege %http://tizen.org/privilege/shortcut
*
* @param[in] request_cb Callback function pointer which will be invoked when add_to_home is requested
* @param[in] data Callback data to deliver to the callback function
@@ -269,7 +269,7 @@ extern int shortcut_set_request_cb(request_cb_t request_cb, void *data);
* @since_tizen 2.3
*
* @privlevel public
- * @privilege http://tizen.org/privilege/shortcut
+ * @privilege %http://tizen.org/privilege/shortcut
*
* @remarks If a homescreen does not support this feature, you will get proper error code.
* @param[in] appid Package name of owner of this shortcut
@@ -349,7 +349,7 @@ extern int add_to_home_shortcut(const char *appid, const char *name, int type, c
* @since_tizen 2.3
*
* @privlevel public
- * @privilege http://tizen.org/privilege/shortcut
+ * @privilege %http://tizen.org/privilege/shortcut
*
* @remarks If a homescreen does not support this feature, you will get proper error code.
* @param[in] appid Package name
@@ -388,7 +388,7 @@ extern int shortcut_get_list(const char *appid, int (*cb)(const char *appid, con
* @since_tizen 2.3
*
* @privlevel public
- * @privilege http://tizen.org/privilege/shortcut
+ * @privilege %http://tizen.org/privilege/shortcut
*
* @remarks If a homescreen does not support this feature, you will get proper error code.
* @param[in] appid Package name of owner of this shortcut