fix wrong description for shortcut 75/241275/1
authorSukHyung, Kang <shine.kang@samsung.com>
Wed, 19 Aug 2020 03:56:08 +0000 (12:56 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Wed, 19 Aug 2020 03:56:08 +0000 (12:56 +0900)
Change-Id: I0193652b1e75c7f765aacd69d293e02f7c26d5a9
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
lib/include/shortcut_manager.h

index 1a82ba5..952c1bc 100644 (file)
@@ -365,7 +365,7 @@ typedef int (*shortcut_remove_cb)(const char *package_name, const char *name, in
  * @retval #SHORTCUT_ERROR_COMM Connection not established or communication problem
  * @pre You have to prepare a callback function.
  * @post If a request is sent from the application, the registered callback will be invoked.
- * @see request_cb_t
+ * @see shortcut_request_cb()
  * @see shortcut_error_e
  */
 int shortcut_set_request_cb(shortcut_request_cb request_cb, void *data);