Fix wrong description
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 23 Sep 2016 01:16:46 +0000 (10:16 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 23 Sep 2016 01:18:17 +0000 (10:18 +0900)
Change-Id: Id5c6780c9fa9f9c55e598c3d7dafc1e838018ac1
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
doc/appfw_event_doc.h
include/app_common.h
include/app_control.h
include/app_event.h

index d9205b2e5795242579ca1eddf0df41acd31a9e2c..126dbcce0606331a0876247d908a7168ca0e14d9 100755 (executable)
  * <tr>
  * <td>SYSTEM_EVENT_NETWORK_STATUS</td>
  * <td>EVENT_KEY_NETWORK_STATUS</td>
- * <td>EVENT_VAL_NETWORK_DISCONNECTED<br/>EVENT_VAL_NETWORK_WIFI</br>EVENT_VAL_NETWORK_CELLULAR</br>EVENT_VAL_NETWORK_ETHERNET</br>EVENT_VAL_NETWORK_BT</br>EVENT_VAL_NETWORK_NET_PROXY</td>
+ * <td>EVENT_VAL_NETWORK_DISCONNECTED<br/>EVENT_VAL_NETWORK_WIFI<br/>EVENT_VAL_NETWORK_CELLULAR<br/>EVENT_VAL_NETWORK_ETHERNET<br/>EVENT_VAL_NETWORK_BT<br/>EVENT_VAL_NETWORK_NET_PROXY</td>
  * </tr>
  * </table>
  *
index d8a355f377c8af2c30c63e3c918db29dbed40fd0..198b96bf3855a3a25a2fdf81ceaa114a32d0b070 100644 (file)
@@ -355,7 +355,7 @@ char *app_get_resource_path(void);
  *             The specific error code can be obtained using the get_last_result(). Error codes are described in Exception section.
  *
  * @return     The absolute path to the application's shared data directory, @n
- *             Otherwise a null pointer if the memory is insufficient. Since Tizen 3.0, returns NULL and set #APP_ERROR_PERMISSION denied if the application does not declare the shareddata privilege.
+ *             Otherwise a null pointer if the memory is insufficient. Since Tizen 3.0, returns NULL and set #APP_ERROR_PERMISSION_DENIED if the application does not declare the shareddata privilege.
  * @exception  #APP_ERROR_NONE Success
  * @exception  #APP_ERROR_OUT_OF_MEMORY Out of memory
  * @exception  #APP_ERROR_PERMISSION_DENIED Permission denied
index 42ccc4e02986424612060edbccb1ef0a86f9f8c3..98f69e07809a556128220fba51b76b33e2dde6ca 100644 (file)
@@ -1078,7 +1078,7 @@ int app_control_is_reply_requested(app_control_h app_control, bool *requested);
  *
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  * @param[in] app_control The app_control handle
- * @param[in] launch_mode The launch mode of app
+ * @param[in] mode The launch mode of app
  *
  * @return 0 on success, otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -1096,7 +1096,7 @@ int app_control_set_launch_mode(app_control_h app_control,
  *     the function returns #APP_CONTROL_LAUNCH_MODE_SINGLE launch mode.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  * @param[in] app_control The app_control handle
- * @param[out] launch_mode The launch mode of app
+ * @param[out] mode The launch mode of app
  *
  * @return 0 on success, otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
index 812d063961b9d012a3379fd924c2cc31d0ba160b..a2a2ae02609ac5d1b417ef15baca0c005aaf57d6 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
 #endif
 
 /**
- * @file event.h
+ * @file app_event.h
  */
 
 /**