Update doxygen
[platform/core/api/package-manager.git] / include / package_archive_info.h
index 44dd114..21b9547 100644 (file)
@@ -213,7 +213,7 @@ int package_archive_info_get_icon(package_archive_info_h archive_info,
  *
  * If package_archive_info_foreach_direct_dependency(A) is called, the callback will be called once with the following argument values: @e from = A, @e to = B.
  * @since_tizen 5.5
- * @remarks The function provides the results synchronously. If there are no dependencies, this function will return PACKAGE_MANAGER_ERROR_NONE immediately and the callback will not be invoked.
+ * @remarks The function provides the results synchronously. If there are no dependencies, this function will return #PACKAGE_MANAGER_ERROR_NONE immediately and the callback will not be invoked.
  * @param[in] archive_info The package archive information
  * @param[in] callback     The iteration callback function
  * @param[in] user_data    The user data to be passed to the callback function