Align each description of parameters 88/200488/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 26 Feb 2019 00:57:32 +0000 (09:57 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 26 Feb 2019 00:57:32 +0000 (09:57 +0900)
Change-Id: I95ab40e8561928720ea8947073bdb0edeb166c3e
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/app_control.h

index 5ab4da4..a4d4597 100755 (executable)
@@ -108,7 +108,7 @@ typedef enum {
 /**
  * @brief Definition for the app_control operation: Provides an editable access to the given data.
  * @details Input: It depends on the application scenario or configuration.\n
- *             Output: It depends on the application scenario or configuration.\n
+ *          Output: It depends on the application scenario or configuration.\n
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 #define APP_CONTROL_OPERATION_EDIT "http://tizen.org/appcontrol/operation/edit"
@@ -117,7 +117,7 @@ typedef enum {
 /**
  * @brief Definition for the app_control operation: Displays the data.
  * @details Input: URI is usually used to inform the path to show. In some cases, some other data in extra can be used (for example, the VIEW operation for viewing the contact and calendar data).\n
- *             Output: Nothing\n
+ *          Output: Nothing\n
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 #define APP_CONTROL_OPERATION_VIEW "http://tizen.org/appcontrol/operation/view"
@@ -126,7 +126,7 @@ typedef enum {
 /**
  * @brief Definition for the app_control operation: Picks the item.
  * @details Input: It depends on the application scenario or configuration.\n
- *                     Output: APP_CONTROL_DATA_SELECTED in extra.\n
+ *          Output: APP_CONTROL_DATA_SELECTED in extra.\n
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 #define APP_CONTROL_OPERATION_PICK "http://tizen.org/appcontrol/operation/pick"
@@ -135,7 +135,7 @@ typedef enum {
 /**
  * @brief Definition for the app_control operation: Creates the contents.
  * @details Input: It depends on application scenario or configuration.\n
- *             Output: APP_CONTROL_DATA_SELECTED in extra.\n
+ *          Output: APP_CONTROL_DATA_SELECTED in extra.\n
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 #define APP_CONTROL_OPERATION_CREATE_CONTENT "http://tizen.org/appcontrol/operation/create_content"
@@ -172,7 +172,7 @@ typedef enum {
 /**
  * @brief Definition for the app_control operation: Shares an item with someone else.
  * @details Input: URI is usually used to inform the path to share. In some cases, some other data in extra can be used (for example, the SHARE operation for sharing the contact data, the SHARE operation for sharing an item through a message and email applications).\n
- *             Output: Nothing\n
+ *          Output: Nothing\n
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 #define APP_CONTROL_OPERATION_SHARE "http://tizen.org/appcontrol/operation/share"
@@ -217,7 +217,7 @@ typedef enum {
 /**
  * @brief Definition for the app_control operation: Downloads the item.
  * @details Input: It depends on the application scenario or configuration.\n
- *             Output: It depends on the application scenario or configuration.\n
+ *          Output: It depends on the application scenario or configuration.\n
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/download (Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif)
@@ -229,7 +229,7 @@ typedef enum {
 /**
  * @brief Definition for the app_control operation: Prints the content.
  * @details Input: It depends on the application scenario or configuration.\n
- *             Output: It depends on the application scenario or configuration.\n
+ *          Output: It depends on the application scenario or configuration.\n
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 #define APP_CONTROL_OPERATION_PRINT "http://tizen.org/appcontrol/operation/print"
@@ -267,7 +267,7 @@ typedef enum {
 /**
  * @brief Definition for the app_control operation: Captures images by camera applications.
  * @details Input: Nothing\n
- *             Output: APP_CONTROL_DATA_SELECTED in extra.\n
+ *          Output: APP_CONTROL_DATA_SELECTED in extra.\n
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  */
 #define APP_CONTROL_OPERATION_IMAGE_CAPTURE "http://tizen.org/appcontrol/operation/image_capture"
@@ -276,7 +276,7 @@ typedef enum {
 /**
  * @brief Definition for the app_control operation: Captures the videos by camera applications.
  * @details Input: Nothing\n
- *             Output: APP_CONTROL_DATA_SELECTED in extra.\n
+ *          Output: APP_CONTROL_DATA_SELECTED in extra.\n
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  */
 #define APP_CONTROL_OPERATION_VIDEO_CAPTURE "http://tizen.org/appcontrol/operation/video_capture"
@@ -358,7 +358,7 @@ typedef enum {
 /**
  * @brief Definition for the application control operation: launch controller server or client.
  * @details Input: APP_CONTROL_DATA_TYPE in extra is the text of launch type("server" or "client"). This is a mandatory field.\n
- *                  In some cases, URI is used to inform the path to play for the media controller server.\n
+ *                 In some cases, URI is used to inform the path to play for the media controller server.\n
  *          Output: Nothing\n
  * @since_tizen 4.0
  */
@@ -648,10 +648,11 @@ typedef enum {
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks The @a request and @a reply must not be deallocated by the application.
- * @param[in] request The app_control handle of the launch request that has been sent
- * @param[in] reply The app_control handle in which the results of the callee are contained
- * @param[in] result The result code of the launch request
- * @param[in] user_data The user data passed from the callback registration function
+ *
+ * @param[in]   request         The app_control handle of the launch request that has been sent
+ * @param[in]   reply           The app_control handle in which the results of the callee are contained
+ * @param[in]   result          The result code of the launch request
+ * @param[in]   user_data       The user data passed from the callback registration function
  * @pre When the callee replies to the launch request, this callback will be invoked.
  * @pre Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif, if #APP_CONTROL_RESULT_APP_STARTED event is enabled,
  *            this callback will also be invoked when the callee application actually launched.
@@ -668,9 +669,10 @@ typedef void (*app_control_reply_cb) (app_control_h request, app_control_h reply
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks The @a key must not be deallocated by the application.
- * @param[in] app_control The app_control handle
- * @param[in] key The key of the value contained in the app_control
- * @param[in] user_data The user data passed from the foreach function
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[in]   key             The key of the value contained in the app_control
+ * @param[in]   user_data       The user data passed from the foreach function
  * @return @c true to continue with the next iteration of the loop,
  *         otherwise @c false to break out of the loop
  * @pre app_control_foreach_extra_data() will invoke this callback.
@@ -683,9 +685,10 @@ typedef bool (*app_control_extra_data_cb)(app_control_h app_control, const char
  * @brief Called once for each matched application that can be launched to handle the given app_control request.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @param[in] app_control The app_control handle
- * @param[in] appid The name of the application that can handle the launch request of the given app_control
- * @param[in] user_data The user data passed from the foreach function
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[in]   appid           The name of the application that can handle the launch request of the given app_control
+ * @param[in]   user_data       The user data passed from the foreach function
  * @return @c true to continue with the next iteration of the loop,
  *         otherwise @c false to break out of the loop
  * @pre app_control_foreach_app_matched() will invoke this callback.
@@ -704,6 +707,7 @@ typedef bool (*app_control_app_matched_cb)(app_control_h app_control, const char
  *
  * @since_tizen 5.0
  * @remarks The @a request is the same object for which app_control_send_launch_request_async() was called.
+ *
  * @param[in]   request         The app_control handle of the launch request that has been sent
  * @param[in]   result          The result value of the launch request
  * @param[in]   user_data       The user data passed from the callback registration function
@@ -717,7 +721,8 @@ typedef void (*app_control_result_cb)(app_control_h request, app_control_error_e
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks The @a app_control must be released using app_control_destroy().
- * @param[out] app_control The app_control handle to be newly created on success
+ *
+ * @param[out]  app_control     The app_control handle to be newly created on success
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -738,15 +743,16 @@ int app_control_create(app_control_h *app_control);
  * @since_tizen 5.5
  * @remarks The @a app_control must be released using app_control_destroy().
  * @remarks Setting the type of key-value extra data that the value is an array of strings is not allowed.
- * @param[out] app_control The app_control handle to be newly created on success
- * @param[in] operation The operation to be performed
- * @param[in] uri The URI of the data this app_control is operating on
- * @param[in] mime The explicit MIME type of the data this app_control is operating on
- * @param[in] category The explicit category
- * @param[in] app_id The ID of the application to explicitly launch
- * @param[in] mode The launch mode of the application
- * @param[in] extra_data_count The count of a extra data
- * @param[in] ... The key-value pair list of app control extra data
+ *
+ * @param[out]  app_control             The app_control handle to be newly created on success
+ * @param[in]   operation               The operation to be performed
+ * @param[in]   uri                     The URI of the data this app_control is operating on
+ * @param[in]   mime                    The explicit MIME type of the data this app_control is operating on
+ * @param[in]   category                The explicit category
+ * @param[in]   app_id                  The ID of the application to explicitly launch
+ * @param[in]   mode                   The launch mode of the application
+ * @param[in]   extra_data_count       The count of a extra data
+ * @param[in]   ...                     The key-value pair list of app control extra data
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -776,7 +782,8 @@ int app_control_create_with_parameters(app_control_h *app_control,
  * @brief Destroys the app_control handle and releases all its resources.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @param[in] app_control The app_control handle
+ *
+ * @param[in]   app_control      The app_control handle
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -794,8 +801,9 @@ int app_control_destroy(app_control_h app_control);
  *          If the operation is not specified, #APP_CONTROL_OPERATION_DEFAULT is used for the launch request.
  *          If the operation is #APP_CONTROL_OPERATION_DEFAULT, the package information is mandatory to explicitly launch the application.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @param[in] app_control The app_control handle
- * @param[in] operation The operation to be performed (if the @a operation is @c NULL, it clears the previous value)
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[in]   operation       The operation to be performed (if the @a operation is @c NULL, it clears the previous value)
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -820,8 +828,9 @@ int app_control_set_operation(app_control_h app_control, const char *operation);
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks The @a operation must be released using free().
- * @param[in] app_control The app_control handle
- * @param[out] operation The operation to be performed
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[out]  operation       The operation to be performed
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -837,8 +846,9 @@ int app_control_get_operation(app_control_h app_control, char **operation);
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks Since Tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif, if the parameter @a uri is started with 'file://' and it is a regular file in this application's data path which can be obtained by calling the app_get_data_path() function, it will be shared to the callee application. Framework will grant a temporary permission to the callee application for this file and revoke it when the callee application is terminated. The callee application can just read it.
- * @param[in] app_control The app_control handle
- * @param[in] uri The URI of the data this app_control is operating on (if the @a uri is @c NULL, it clears the previous value)
+ *
+ * @param[in]   app_control      The app_control handle
+ * @param[in]   uri              The URI of the data this app_control is operating on (if the @a uri is @c NULL, it clears the previous value)
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -853,8 +863,9 @@ int app_control_set_uri(app_control_h app_control, const char *uri);
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks The @a uri must be released using free().
- * @param[in] app_control The app_control handle
- * @param[out] uri The URI of the data this app_control is operating on
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[out]  uri             The URI of the data this app_control is operating on
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -869,8 +880,9 @@ int app_control_get_uri(app_control_h app_control, char **uri);
  * @brief Sets the explicit MIME type of the data.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @param[in] app_control The app_control handle
- * @param[in] mime The explicit MIME type of the data this app_control is operating on (if the @a mime is @c NULL, it clears the previous value)
+ *
+ * @param[in]    app_control     The app_control handle
+ * @param[in]    mime            The explicit MIME type of the data this app_control is operating on (if the @a mime is @c NULL, it clears the previous value)
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -885,8 +897,9 @@ int app_control_set_mime(app_control_h app_control, const char *mime);
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks The @a mime must be released using free().
- * @param[in] app_control The app_control handle
- * @param[out] mime The explicit MIME type of the data this app_control is operating on
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[out]  mime            The explicit MIME type of the data this app_control is operating on
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -901,8 +914,9 @@ int app_control_get_mime(app_control_h app_control, char **mime);
  * @brief Sets the explicit category.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @param[in] app_control The app_control handle
- * @param[in] category The explicit category (if the @a category is @c NULL, it clears the previous value)
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[in]   category       The explicit category (if the @a category is @c NULL, it clears the previous value)
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -917,8 +931,9 @@ int app_control_set_category(app_control_h app_control, const char *category);
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks The @a category must be released using free().
- * @param[in] app_control The app_control handle
- * @param[out] category The explicit category
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[out]  category        The explicit category
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -933,8 +948,9 @@ int app_control_get_category(app_control_h app_control, char **category);
  * @brief Sets the ID of the application to explicitly launch.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @param[in] app_control The app_control handle
- * @param[in] app_id The ID of the application to explicitly launch (if the @a app_id is @c NULL, it clears the previous value)
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[in]   app_id          The ID of the application to explicitly launch (if the @a app_id is @c NULL, it clears the previous value)
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -950,8 +966,9 @@ int app_control_set_app_id(app_control_h app_control, const char *app_id);
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks The @a app_id must be released with free().
- * @param[in] app_control The app_control handle
- * @param[out] app_id The ID of the application to explicitly launch
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[out]  app_id          The ID of the application to explicitly launch
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -968,9 +985,10 @@ int app_control_get_app_id(app_control_h app_control, char **app_id);
  * @remarks The function replaces any existing value for the given key.
  * @remarks The function returns #APP_CONTROL_ERROR_INVALID_PARAMETER if @a key or @a value is a zero-length string.
  * @remarks The function returns #APP_CONTROL_ERROR_KEY_REJECTED if the application tries to use the same key with the system-defined key.
- * @param[in] app_control The app_control handle
- * @param[in] key The name of the extra data
- * @param[in] value The value associated with the given key
+ *
+ * @param[in]   app_control      The app_control handle
+ * @param[in]   key              The name of the extra data
+ * @param[in]   value            The value associated with the given key
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -990,10 +1008,11 @@ int app_control_add_extra_data(app_control_h app_control, const char *key, const
  * @remarks The function replaces any existing value for the given key.
  * @remarks The function returns #APP_CONTROL_ERROR_INVALID_PARAMETER if @a key is a zero-length string.
  * @remarks The function returns #APP_CONTROL_ERROR_KEY_REJECTED if the application tries to use the same key with the system-defined key.
- * @param[in] app_control The app_control handle
- * @param[in] key The name of the extra data
- * @param[in] value The array value associated with the given key
- * @param[in] length The length of the array
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[in]   key             The name of the extra data
+ * @param[in]   value           The array value associated with the given key
+ * @param[in]   length          The length of the array
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -1010,8 +1029,9 @@ int app_control_add_extra_data_array(app_control_h app_control, const char *key,
  * @brief Removes the extra data from the app_control.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @param[in] app_control The app_control handle
- * @param[in] key The name of the extra data
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[in]   key             The name of the extra data
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -1031,8 +1051,9 @@ int app_control_remove_extra_data(app_control_h app_control, const char *key);
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks The @a value must be released using free().
  * @remarks The function returns #APP_CONTROL_ERROR_INVALID_DATA_TYPE if @a value is of array data type.
- * @param[in] app_control The app_control handle
- * @param[in] key The name of the extra data
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[in]   key             The name of the extra data
  * @param[out] value The value associated with the given key
  * @return @c 0 on success,
  *         otherwise a negative error value
@@ -1057,10 +1078,11 @@ int app_control_get_extra_data(app_control_h app_control, const char *key, char
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks The @a value must be released using free().
  * @remarks The function returns #APP_CONTROL_ERROR_INVALID_DATA_TYPE if @a value is not of array data type.
- * @param[in] app_control The app_control handle
- * @param[in] key The name of the extra data
- * @param[out] value The array value associated with the given key
- * @param[out] length The length of the array
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[in]   key             The name of the extra data
+ * @param[out]  value           The array value associated with the given key
+ * @param[out]  length          The length of the array
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -1081,10 +1103,10 @@ int app_control_get_extra_data_array(app_control_h app_control, const char *key,
  * @brief Checks whether the extra data associated with the given @a key is of array data type.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @param[in] app_control The app_control handle
- * @param[in] key The name of the extra data
- * @param[out] array If @c true the extra data is of array data type,
- *                   otherwise @c false
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[in]   key             The name of the extra data
+ * @param[out]  array           If @c true the extra data is of array data type, otherwise @c false
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -1103,9 +1125,10 @@ int app_control_is_extra_data_array(app_control_h app_control, const char *key,
  *          If the app_control_extra_data_cb() callback function returns @c false, then iteration will be finished.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @param[in] app_control The app_control handle
- * @param[in] callback The iteration callback function
- * @param[in] user_data The user data to be passed to the callback function
+ *
+ * @param[in]    app_control     The app_control handle
+ * @param[in]    callback        The iteration callback function
+ * @param[in]    user_data       The user data to be passed to the callback function
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -1120,9 +1143,10 @@ int app_control_foreach_extra_data(app_control_h app_control, app_control_extra_
  * @brief Retrieves all applications that can be launched to handle the given app_control request.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @param[in] app_control The app_control handle
- * @param[in] callback The iteration callback function
- * @param[in] user_data The user data to be passed to the callback function
+ *
+ * @param[in]    app_control     The app_control handle
+ * @param[in]    callback        The iteration callback function
+ * @param[in]    user_data       The user data to be passed to the callback function
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Success
@@ -1144,9 +1168,10 @@ int app_control_foreach_app_matched(app_control_h app_control, app_control_app_m
  * @privilege %http://tizen.org/privilege/appmanager.launch
  * @remarks The function returns #APP_CONTROL_ERROR_LAUNCH_REJECTED if the operation value is #APP_CONTROL_OPERATION_LAUNCH_ON_EVENT which is only for handling the event from the platform or other application, refer to the @ref Event module.
  * @remarks Since Tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif, the launch request of the service application over out of packages is restricted by the platform. Also, implicit launch requests are NOT delivered to service applications since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. To launch a service application, an explicit launch request with application ID given by the app_control_set_app_id() must be sent.
- * @param[in] app_control The app_control handle
- * @param[in] callback The callback function to be called when the reply is delivered
- * @param[in] user_data The user data to be passed to the callback function
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[in]   callback        The callback function to be called when the reply is delivered
+ * @param[in]   user_data       The user data to be passed to the callback function
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -1171,7 +1196,8 @@ int app_control_send_launch_request(app_control_h app_control, app_control_reply
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks Since Tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif, this API can be used to terminate sub-applications which were launched as group mode by the caller application.
  *          Once callee application is being terminated by this API, other applications which were launched by the callee application as a group mode will be terminated as well.
- * @param[in] app_control The app_control handle
+ *
+ * @param[in]   app_control     The app_control handle
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -1189,9 +1215,10 @@ int app_control_send_terminate_request(app_control_h app_control);
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks The function is not allowed to send reply #APP_CONTROL_RESULT_APP_STARTED as @a result which is reserved for platform developers.
- * @param[in] reply The app_control handle in which the results of the callee are contained
- * @param[in] request The app_control handle sent by the caller
- * @param[in] result The result code of the launch request
+ *
+ * @param[in]   reply           The app_control handle in which the results of the callee are contained
+ * @param[in]  request         The app_control handle sent by the caller
+ * @param[in]   result          The result code of the launch request
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -1208,8 +1235,8 @@ int app_control_reply_to_launch_request(app_control_h reply, app_control_h reque
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks A newly created app_control should be destroyed by calling the app_control_destroy() if it is no longer needed.
  *
- * @param[out] clone If successful, a newly created app_control handle will be returned
- * @param[in] app_control The app_control handle
+ * @param[out]  clone           If successful, a newly created app_control handle will be returned
+ * @param[in]   app_control     The app_control handle
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -1227,8 +1254,9 @@ int app_control_clone(app_control_h *clone, app_control_h app_control);
  * @remarks The @a app_control must be the launch request from app_control_cb().
  * @remarks This function returns #APP_CONTROL_ERROR_INVALID_PARAMETER if the given app_control is not the launch request.
  * @remarks The @a id must be released using free().
- * @param[in] app_control The app_control handle from app_control_cb()
- * @param[out] id The application ID of the caller
+ *
+ * @param[in]   app_control     The app_control handle from app_control_cb()
+ * @param[out]  id              The application ID of the caller
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -1244,9 +1272,9 @@ int app_control_get_caller(app_control_h app_control, char **id);
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks The @a app_control must be the launch request from app_control_cb().
  * @remarks This function returns #APP_CONTROL_ERROR_INVALID_PARAMETER if the given app_control is not the launch request.
- * @param[in] app_control The app_control handle from app_control_cb()
- * @param[out] requested If @c true a reply is requested by the caller,
- *                       otherwise @c false
+ *
+ * @param[in]   app_control     The app_control handle from app_control_cb()
+ * @param[out]  requested       If @c true a reply is requested by the caller, otherwise @c false
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -1264,8 +1292,8 @@ int app_control_is_reply_requested(app_control_h app_control, bool *requested);
  *          This function can just set the preference of the caller application to launch an application.
  * @remarks Sub-applications which were launched as a group mode always have own process.
  *
- * @param[in] app_control The app_control handle
- * @param[in] mode The launch mode of the application
+ * @param[in]   app_control     The app_control handle
+ * @param[in]   mode            The launch mode of the application
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -1282,8 +1310,9 @@ int app_control_set_launch_mode(app_control_h app_control,
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  * @remarks Since Tizen 3.0, if launch mode is not set in the caller application control,
  *          the function returns the #APP_CONTROL_LAUNCH_MODE_SINGLE launch mode.
- * @param[in] app_control The app_control handle
- * @param[out] mode The launch mode of the application
+ *
+ * @param[in]   app_control      The app_control handle
+ * @param[out]  mode             The launch mode of the application
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -1301,7 +1330,8 @@ int app_control_get_launch_mode(app_control_h app_control,
  *         application get launched by the app_control.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  * @remarks app_control_reply_cb() will be called on the #APP_CONTROL_RESULT_APP_STARTED event received.
- * @param[in] app_control The app_control handle
+ *
+ * @param[in]    app_control     The app_control handle
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -1323,10 +1353,11 @@ int app_control_enable_app_started_result_event(app_control_h app_control);
  * @privilege %http://tizen.org/privilege/appmanager.launch
  * @remarks The function returns #APP_CONTROL_ERROR_LAUNCH_REJECTED if the operation value is #APP_CONTROL_OPERATION_LAUNCH_ON_EVENT which is only for handling the event from the platform or other application, refer to the @ref Event Module.
  * @remarks The launch request of the service application over out of packages is restricted by the platform. Also, implicit launch requests are NOT delivered to service applications since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. To launch a service application, an explicit launch request with application ID given by the app_control_set_app_id() must be sent.
- * @param[in] app_control The app_control handle
- * @param[in] result_cb The callback function to be called when the result is delivered
- * @param[in] reply_cb The callback function to be called when the reply is delivered
- * @param[in] user_data The user data to be passed to the callback function
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[in]   result_cb       The callback function to be called when the result is delivered
+ * @param[in]   reply_cb        The callback function to be called when the reply is delivered
+ * @param[in]   user_data       The user data to be passed to the callback function
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful
@@ -1361,9 +1392,10 @@ int app_control_send_launch_request_async(app_control_h app_control,
  * @remarks The platform does not allow launching service applications from packages other than the requesting application's package. Also, implicit launch requests are NOT delivered to service applications since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. To launch a service application, an explicit launch request with application ID set by app_control_set_app_id() must be sent.
  * @remarks If the callee application doesn't respond, the function returns a negative error value.
  * @remarks The @a reply must be released using app_control_destroy().
- * @param[in] app_control The app_control handle
- * @param[out] reply The app_control handle in which the results of the callee are contained
- * @param[out] result The result code of the launch request
+ *
+ * @param[in]   app_control     The app_control handle
+ * @param[out]  reply           The app_control handle in which the results of the callee are contained
+ * @param[out]  result          The result code of the launch request
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #APP_CONTROL_ERROR_NONE Successful