From 626bf247642db7e908a09a353f0867db461b2a9e Mon Sep 17 00:00:00 2001 From: Daehyeon Jung Date: Tue, 23 Apr 2019 14:02:16 +0900 Subject: [PATCH] Fix typo Change-Id: I31253a965612bf4a6988ee88d0dee335ae1c6e18 --- doc/capability_manager_doc.h | 2 +- include/capability_manager.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/capability_manager_doc.h b/doc/capability_manager_doc.h index dd1b0f0..474d145 100644 --- a/doc/capability_manager_doc.h +++ b/doc/capability_manager_doc.h @@ -19,7 +19,7 @@ #define __TIZEN_APPFW_CAPABILITY_MANAGER_DOC_H__ /** - * @ingroup CAPI_APPLICATION_FRAMEWORK_MODULE + * @ingroup CAPI_APPLICATION_FRAMEWORK * @defgroup CAPI_CAPABILITY_MANAGER_MODULE Capability Manager * @brief The @ref CAPI_CAPABILITY_MANAGER_MODULE API provides functions to launch and query applications in other devices in the local network. * @section CAPI_CAPABILITY_MANAGER_MODULE_HEADER Required Header diff --git a/include/capability_manager.h b/include/capability_manager.h index 4aa9a1b..17da395 100644 --- a/include/capability_manager.h +++ b/include/capability_manager.h @@ -206,7 +206,7 @@ int capmgr_device_get_model_name(capmgr_device_h device, char** model_name); int capmgr_device_get_device_name(capmgr_device_h device, char** device_name); /** - * @brief Gets the platform verion of the given remote device context. + * @brief Gets the platform version of the given remote device context. * @since_tizen 5.5 * @remarks You must release @a platform_ver using free(). * @param[in] device The remote device information handle @@ -238,7 +238,7 @@ int capmgr_device_get_platform_ver(capmgr_device_h device, char** platform_ver); int capmgr_device_get_profile(capmgr_device_h device, char** profile); /** - * @brief Gets the software verion of the given remote device context. + * @brief Gets the software version of the given remote device context. * @since_tizen 5.5 * @remarks You must release @a sw_ver using free(). * @param[in] device The remote device information handle @@ -495,7 +495,7 @@ int capmgr_app_control_remove_extra_data(capmgr_app_control_h app_control, /** * @brief Sends the app control to remote device specified at handle. - * @remark The remote app should declare %http://tizen.org/privilege/d2d.remotelaunch privilege for receive. + * @remarks The remote app should declare %http://tizen.org/privilege/d2d.remotelaunch privilege for receive. * @since_tizen 5.5 * @privlevel public * @privilege %http://tizen.org/privilege/d2d.datasharing -- 2.7.4