Update doxygen
authorhyun lee <hyunn.lee@samsung.com>
Wed, 20 Aug 2014 08:54:56 +0000 (17:54 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Mon, 25 Aug 2014 08:49:51 +0000 (17:49 +0900)
Change-Id: Ie7e26457ea9ede2b9964f91a6adf3d25880315ba
Signed-off-by: hyun lee <hyunn.lee@samsung.com>
lib/include/shortcut.h

index 25d6044..3036e36 100755 (executable)
@@ -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