Fix documentation 06/201906/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 21 Mar 2019 01:05:08 +0000 (10:05 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 21 Mar 2019 01:05:08 +0000 (10:05 +0900)
Change-Id: I7f4cd293d0c98e61a539f1885e3e9e40f27e4025
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
include/autofill_common.h

index 8ab7ed6..dbf44d3 100644 (file)
@@ -825,7 +825,7 @@ int autofill_fill_response_group_destroy(autofill_fill_response_group_h h);
 int autofill_fill_response_group_clone(autofill_fill_response_group_h h, autofill_fill_response_group_h *clone);
 
 /**
- * @brief Adds autofill item in an autofill fil response group.
+ * @brief Adds autofill item in an autofill fill response group.
  * @since_tizen 5.5
  * @param[in] h The autofill fill response group handle
  * @param[in] it The autofill fill response item handle
@@ -1170,6 +1170,7 @@ int autofill_error_info_set_error_code(autofill_error_info_h ei, autofill_error_
  * @return 0 on success, otherwise a negative error value
  * @retval #AUTOFILL_ERROR_NONE No error
  * @retval #AUTOFILL_ERROR_INVALID_PARAMETER Invalid parameter
+ * @see get_error_message()
  */
 int autofill_error_info_get_error_code(autofill_error_info_h ei, autofill_error_e *error_code);