Update doxygen 01/217601/1
authormk5004.lee <mk5004.lee@samsung.com>
Wed, 13 Nov 2019 03:41:39 +0000 (12:41 +0900)
committermk5004.lee <mk5004.lee@samsung.com>
Wed, 13 Nov 2019 03:41:39 +0000 (12:41 +0900)
Change-Id: I331c598c2df5adfbf817641d04103c7d65aac2dc
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
lib/include/shortcut_manager.h

index 2318b6f..1a82ba5 100644 (file)
@@ -291,8 +291,8 @@ typedef int (*shortcut_list_cb)(const char *package_name, const char *icon, cons
  * @param[in] package_name The package name
  * @param[in] list_cb The callback function to get the shortcut item information
  * @param[in] data The callback data that is used in the callback function
- * @return The return type (int)
- * @retval @c N Number of items (call count of the callback function)
+ * @return @c N Number of items (call count of the callback function),
+ *         otherwise a negative error value
  * @retval #SHORTCUT_ERROR_NOT_SUPPORTED Not supported
  * @retval #SHORTCUT_ERROR_PERMISSION_DENIED Permission denied
  * @retval #SHORTCUT_ERROR_INVALID_PARAMETER Invalid function parameter
@@ -407,7 +407,7 @@ void shortcut_unset_request_cb(void);
  * @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 remove_cb_t
+ * @see shortcut_remove_cb()
  * @see shortcut_error_e
  */
 int shortcut_set_remove_cb(shortcut_remove_cb remove_cb, void *data);