Fix doxygen and param name mismatch 43/133843/3
authorjongmyeongko <jongmyeong.ko@samsung.com>
Tue, 13 Jun 2017 13:31:49 +0000 (22:31 +0900)
committerjongmyeongko <jongmyeong.ko@samsung.com>
Wed, 14 Jun 2017 03:45:55 +0000 (12:45 +0900)
Change-Id: I40d50f43eafcff0126d4e11554de74e811d2ced6
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
include/app_info.h

index 190db03..1816243 100644 (file)
@@ -82,7 +82,7 @@ extern "C" {
  *        Value related with this property should be one of "uiapp", "svcapp", "widgetapp"
  *        and "watchapp".
  * @since_tizen 4.0
- * @see app_info_app_component_e
+ * @see app_info_app_component_type_e
  * @see app_info_get_app_component_type()
  */
 #define   PACKAGE_INFO_PROP_APP_COMPONENT_TYPE    "PACKAGE_INFO_PROP_APP_COMPONENT_TYPE"
@@ -291,15 +291,15 @@ int app_info_get_type(app_info_h app_info, char **type);
 /**
  * @brief  Gets the application component type.
  * @since_tizen 4.0
- * @param[in]   app_info   The application information
- * @param[out]  component  The application component type
+ * @param[in]   app_info  The application information
+ * @param[out]  type      The application component type
  * @return      @c 0 on success,
  *              otherwise a negative error value
  * @retval  #APP_MANAGER_ERROR_NONE               Successful
  * @retval  #APP_MANAGER_ERROR_INVALID_PARAMETER  Invalid parameter
  * @retval  #APP_MANAGER_ERROR_IO_ERROR           I/O error
- * @see PACKAGE_INFO_PROP_APP_COMPONENT_TYPE
- * @see app_info_app_component_type_e
+ * @see #PACKAGE_INFO_PROP_APP_COMPONENT_TYPE
+ * @see #app_info_app_component_type_e
  */
 int app_info_get_app_component_type(app_info_h app_info, app_info_app_component_type_e *type);