From: Ilho Kim Date: Tue, 6 Jul 2021 05:56:17 +0000 (+0900) Subject: Use @b instead @a for emphasize word X-Git-Tag: accepted/tizen/unified/20210818.124656~2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fapi%2Fpackage-manager.git;a=commitdiff_plain;h=05bc8fa5ebb9da6de4a2169b28df2110515fae0a Use @b instead @a for emphasize word @a is used for function parameters Change-Id: I68bfd2bc0b7ff4c518fc823615cb2d3169d3f0d2 Signed-off-by: Ilho Kim --- diff --git a/include/package_info.h b/include/package_info.h index 3a615f5..5e9ce5b 100644 --- a/include/package_info.h +++ b/include/package_info.h @@ -522,7 +522,7 @@ int package_info_foreach_privilege_info(package_info_h package_info, package_inf * D --> C * * A --> B means that A depends on B. - * When package_info_foreach_dependency_info(A) is called, the callback results in two parameters: @a from is A and @a to is B. + * When package_info_foreach_dependency_info(A) is called, the callback results in two parameters: @b from is A and @b to is 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. * @param[in] package_info The package information @@ -546,7 +546,7 @@ int package_info_foreach_dependency_info(package_info_h package_info, package_in * D --> C * * A --> B means that A depends on B. - * When package_info_foreach_dependency_info(C) is called, the callback results in two parameters: @a from is B and @a to is C, @a from is D and @a to is C, @a from is A and @a to is B. + * When package_info_foreach_dependency_info(C) is called, the callback results in two parameters: @b from is B and @b to is C, @b from is D and @b to is C, @b from is A and @b to is 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. * @param[in] package_info The package information