diff options
author | Radoslaw Czerski <r.czerski@samsung.com> | 2016-08-11 13:29:23 +0200 |
---|---|---|
committer | Radoslaw Czerski <r.czerski@samsung.com> | 2016-08-11 13:29:23 +0200 |
commit | 34598d26b6e7a9437fd30e0c1a000a9ad77c1f60 (patch) | |
tree | 6405fd63cfc51822b4f91ed5e835e2f07ba44846 | |
parent | f7b269ca036373a7bbbdf90e1a89dde9f1c81767 (diff) | |
download | share-panel-34598d26b6e7a9437fd30e0c1a000a9ad77c1f60.tar.gz share-panel-34598d26b6e7a9437fd30e0c1a000a9ad77c1f60.tar.bz2 share-panel-34598d26b6e7a9437fd30e0c1a000a9ad77c1f60.zip |
Documentation fixes.submit/tizen/20160811.123347
Change-Id: If887db8a1f5a9d64ee1e4117939e12fd8358127f
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
-rw-r--r-- | inc/share_panel.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/inc/share_panel.h b/inc/share_panel.h index 7ce5406..f7a802b 100644 --- a/inc/share_panel.h +++ b/inc/share_panel.h @@ -128,13 +128,12 @@ typedef enum share_panel_error { * @privilege %http://tizen.org/privilege/appmanager.launch * @remarks The caller app has to check the return value of this function.\n * - * @param[in] conformant The caller's conformant * @param[in] control The app control handler.\n * This control needs a share operation among below operations.\n * http://tizen.org/appcontrol/operation/share\n * http://tizen.org/appcontrol/operation/multi_share\n * http://tizen.org/appcontrol/operation/share_text\n - * These operations are defined in @ref CAPI_APP_CONTROL_MODULE. + * These operations are defined in application/app-control API. * @param[out] share_panel The share panel handler * @return @c SHARE_PANEL_ERROR_NONE on success, * otherwise a negative error value @@ -200,7 +199,7 @@ extern int share_panel_create(app_control_h control, share_panel_h *share_panel) * @since_tizen 2.4 * @remarks The caller app has to check the return value of this function.\n * - * @param[in] share_panel_h Share panel handler + * @param[in] share_panel Share panel handler * @return @c SHARE_PANEL_ERROR_NONE on success, * otherwise a negative error value * @retval #SHARE_PANEL_ERROR_NONE Successful @@ -252,7 +251,7 @@ extern int share_panel_destroy(share_panel_h share_panel); * @remarks The caller app has to check the return value of this function.\n * share_panel_show will activate an animation to display the panel. * - * @param[in] share_panel_h Share panel handler + * @param[in] share_panel Share panel handler * @return @c SHARE_PANEL_ERROR_NONE on success, * otherwise a negative error value * @retval #SHARE_PANEL_ERROR_NONE Successful @@ -316,7 +315,7 @@ extern int share_panel_show(share_panel_h share_panel); * @remarks The caller app has to check the return value of this function.\n * share_panel_hide will activate an animation to disappear the panel. * - * @param[in] share_panel_h Share panel handler + * @param[in] share_panel Share panel handler * @return @c SHARE_PANEL_ERROR_NONE on success, * otherwise a negative error value * @retval #SHARE_PANEL_ERROR_NONE Successful |