#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
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
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
/**
* @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