Use @b instead @a for emphasize word 69/260869/1
authorIlho Kim <ilho159.kim@samsung.com>
Tue, 6 Jul 2021 05:56:17 +0000 (14:56 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Tue, 6 Jul 2021 05:57:42 +0000 (14:57 +0900)
@a is used for function parameters

Change-Id: I68bfd2bc0b7ff4c518fc823615cb2d3169d3f0d2
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
include/package_info.h

index 3a615f5..5e9ce5b 100644 (file)
@@ -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