diff options
author | DoHyun Pyun <dh79.pyun@samsung.com> | 2020-09-03 14:11:14 +0900 |
---|---|---|
committer | DoHyun Pyun <dh79.pyun@samsung.com> | 2020-09-03 14:11:41 +0900 |
commit | 97435ca9b6be1e0d7689d9c8d524ce62b6b159af (patch) | |
tree | d6f2dd776157af2aad96c6f5c7c399eedac83fa9 | |
parent | 753658a63dc6f954293e1d7aae82c0950abea057 (diff) | |
download | iotcon-accepted/tizen_5.5_unified.tar.gz iotcon-accepted/tizen_5.5_unified.tar.bz2 iotcon-accepted/tizen_5.5_unified.zip |
Fix the API reference errorsubmit/tizen_5.5/20200904.003006submit/tizen_5.5/20200904.000200accepted/tizen/5.5/unified/20200906.233416accepted/tizen_5.5_unified
Change-Id: I1f0774d8350030e4671f879a6288d701698538db
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rw-r--r-- | include/iotcon-attributes.h | 2 | ||||
-rw-r--r-- | include/iotcon-client.h | 2 | ||||
-rw-r--r-- | include/iotcon-list.h | 2 | ||||
-rw-r--r-- | include/iotcon-lite-resource.h | 2 | ||||
-rw-r--r-- | include/iotcon-observers.h | 2 | ||||
-rw-r--r-- | include/iotcon-options.h | 2 | ||||
-rw-r--r-- | include/iotcon-query.h | 2 | ||||
-rw-r--r-- | include/iotcon-remote-resource.h | 2 | ||||
-rw-r--r-- | include/iotcon-representation.h | 2 | ||||
-rw-r--r-- | include/iotcon-request.h | 2 | ||||
-rw-r--r-- | include/iotcon-resource-interfaces.h | 2 | ||||
-rw-r--r-- | include/iotcon-resource-types.h | 2 | ||||
-rw-r--r-- | include/iotcon-resource.h | 2 | ||||
-rw-r--r-- | include/iotcon-response.h | 2 | ||||
-rw-r--r-- | include/iotcon.h | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/include/iotcon-attributes.h b/include/iotcon-attributes.h index f6ba621..b7c67b4 100644 --- a/include/iotcon-attributes.h +++ b/include/iotcon-attributes.h @@ -124,7 +124,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques * @endcode * @section CAPI_IOT_CONNECTIVITY_COMMON_REPRESENTATION_ATTRIBUTES_MODULE_FEATURE Related Features * This API is related with the following features: \n - * - http://tizen.org/feature/iot.ocf \n + * - %http://tizen.org/feature/iot.ocf \n * It is recommended to design feature related codes in your application for reliability. \n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. \n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. \n diff --git a/include/iotcon-client.h b/include/iotcon-client.h index 5ea9a7d..c1c2922 100644 --- a/include/iotcon-client.h +++ b/include/iotcon-client.h @@ -38,7 +38,7 @@ * This API set consists of client side API for @ref CAPI_IOT_CONNECTIVITY_CLIENT_REMOTE_RESOURCE_MODULE. * @section CAPI_IOT_CONNECTIVITY_CLIENT_MODULE_FEATURE Related Features * This API is related with the following features: \n - * - http://tizen.org/feature/iot.ocf \n + * - %http://tizen.org/feature/iot.ocf \n * It is recommended to design feature related codes in your application for reliability. \n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. \n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. \n diff --git a/include/iotcon-list.h b/include/iotcon-list.h index b6df06f..e2a5328 100644 --- a/include/iotcon-list.h +++ b/include/iotcon-list.h @@ -155,7 +155,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques * @endcode * @section CAPI_IOT_CONNECTIVITY_COMMON_REPRESENTATION_ATTRIBUTES_LIST_MODULE_FEATURE Related Features * This API is related with the following features: \n - * - http://tizen.org/feature/iot.ocf \n + * - %http://tizen.org/feature/iot.ocf \n * It is recommended to design feature related codes in your application for reliability. \n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. \n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. \n diff --git a/include/iotcon-lite-resource.h b/include/iotcon-lite-resource.h index be5cd80..1ed103f 100644 --- a/include/iotcon-lite-resource.h +++ b/include/iotcon-lite-resource.h @@ -134,7 +134,7 @@ static void _update_brightness(int brightness) * @endcode * @section CAPI_IOT_CONNECTIVITY_SERVER_LITE_RESOURCE_MODULE_FEATURE Related Features * This API is related with the following features: \n - * - http://tizen.org/feature/iot.ocf \n + * - %http://tizen.org/feature/iot.ocf \n * It is recommended to design feature related codes in your application for reliability. \n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. \n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. \n diff --git a/include/iotcon-observers.h b/include/iotcon-observers.h index 701d653..3fdbd47 100644 --- a/include/iotcon-observers.h +++ b/include/iotcon-observers.h @@ -115,7 +115,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques * @endcode * @section CAPI_IOT_CONNECTIVITY_SERVER_OBSERVERS_MODULE_FEATURE Related Features * This API is related with the following features: \n - * - http://tizen.org/feature/iot.ocf \n + * - %http://tizen.org/feature/iot.ocf \n * It is recommended to design feature related codes in your application for reliability.\n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n diff --git a/include/iotcon-options.h b/include/iotcon-options.h index 851b242..5550368 100644 --- a/include/iotcon-options.h +++ b/include/iotcon-options.h @@ -104,7 +104,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques * @endcode * @section CAPI_IOT_CONNECTIVITY_COMMON_OPTIONS_MODULE_FEATURE Related Features * This API is related with the following features: \n - * - http://tizen.org/feature/iot.ocf \n + * - %http://tizen.org/feature/iot.ocf \n * It is recommended to design feature related codes in your application for reliability. \n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. \n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. \n diff --git a/include/iotcon-query.h b/include/iotcon-query.h index 186ff4a..105e5dc 100644 --- a/include/iotcon-query.h +++ b/include/iotcon-query.h @@ -94,7 +94,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques * @endcode * @section CAPI_IOT_CONNECTIVITY_COMMON_QUERY_MODULE_FEATURE Related Features * This API is related with the following features: \n - * - http://tizen.org/feature/iot.ocf\n + * - %http://tizen.org/feature/iot.ocf\n * It is recommended to design feature related codes in your application for reliability. \n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. \n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. \n diff --git a/include/iotcon-remote-resource.h b/include/iotcon-remote-resource.h index 950d987..2f3ecfc 100644 --- a/include/iotcon-remote-resource.h +++ b/include/iotcon-remote-resource.h @@ -93,7 +93,7 @@ static void _find_light_resource() * * @section CAPI_IOT_CONNECTIVITY_CLIENT_REMOTE_RESOURCE_MODULE_FEATURE Related Features * This API is related with the following features: \n - * - http://tizen.org/feature/iot.ocf \n + * - %http://tizen.org/feature/iot.ocf \n * It is recommended to design feature related codes in your application for reliability. \n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. \n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. \n diff --git a/include/iotcon-representation.h b/include/iotcon-representation.h index b41d0a4..a3880f2 100644 --- a/include/iotcon-representation.h +++ b/include/iotcon-representation.h @@ -185,7 +185,7 @@ * @endcode * @section CAPI_IOT_CONNECTIVITY_COMMON_REPRESENTATION_MODULE_FEATURE Related Features * This API is related with the following features: \n - * - http://tizen.org/feature/iot.ocf \n + * - %http://tizen.org/feature/iot.ocf \n * It is recommended to design feature related codes in your application for reliability. \n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. \n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. \n diff --git a/include/iotcon-request.h b/include/iotcon-request.h index 82d67ba..e2d388b 100644 --- a/include/iotcon-request.h +++ b/include/iotcon-request.h @@ -112,7 +112,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques * @endcode * @section CAPI_IOT_CONNECTIVITY_SERVER_REQUEST_MODULE_FEATURE Related Features * This API is related with the following features: \n - * - http://tizen.org/feature/iot.ocf \n + * - %http://tizen.org/feature/iot.ocf \n * It is recommended to design feature related codes in your application for reliability. \n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. \n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. \n diff --git a/include/iotcon-resource-interfaces.h b/include/iotcon-resource-interfaces.h index c7e8842..b37d75a 100644 --- a/include/iotcon-resource-interfaces.h +++ b/include/iotcon-resource-interfaces.h @@ -89,7 +89,7 @@ static void _create_light_resource() * @endcode * @section CAPI_IOT_CONNECTIVITY_COMMON_RESOURCE_INTERFACES_MODULE_FEATURE Related Features * This API is related with the following features: \n - * - http://tizen.org/feature/iot.ocf \n + * - %http://tizen.org/feature/iot.ocf \n * It is recommended to design feature related codes in your application for reliability. \n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. \n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. \n diff --git a/include/iotcon-resource-types.h b/include/iotcon-resource-types.h index b4cd4f9..55d1139 100644 --- a/include/iotcon-resource-types.h +++ b/include/iotcon-resource-types.h @@ -89,7 +89,7 @@ static void _create_light_resource() * @endcode * @section CAPI_IOT_CONNECTIVITY_COMMON_RESOURCE_TYPES_MODULE_FEATURE Related Features * This API is related with the following features: \n - * - http://tizen.org/feature/iot.ocf \n + * - %http://tizen.org/feature/iot.ocf \n * It is recommended to design feature related codes in your application for reliability. \n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. \n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. \n diff --git a/include/iotcon-resource.h b/include/iotcon-resource.h index 9f9d6fc..ee30fea 100644 --- a/include/iotcon-resource.h +++ b/include/iotcon-resource.h @@ -167,7 +167,7 @@ static void _create_resource() * @endcode * @section CAPI_IOT_CONNECTIVITY_SERVER_RESOURCE_MODULE_FEATURE Related Features * This API is related with the following features: \n - * - http://tizen.org/feature/iot.ocf \n + * - %http://tizen.org/feature/iot.ocf \n * It is recommended to design feature related codes in your application for reliability. \n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. \n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. \n diff --git a/include/iotcon-response.h b/include/iotcon-response.h index 0bf52ea..b814c3e 100644 --- a/include/iotcon-response.h +++ b/include/iotcon-response.h @@ -177,7 +177,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques * @endcode * @section CAPI_IOT_CONNECTIVITY_COMMON_RESPONSE_MODULE_FEATURE Related Features * This API is related with the following features: \n - * - http://tizen.org/feature/iot.ocf \n + * - %http://tizen.org/feature/iot.ocf \n * It is recommended to design feature related codes in your application for reliability. \n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. \n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. \n diff --git a/include/iotcon.h b/include/iotcon.h index dc2e3b2..0904ab6 100644 --- a/include/iotcon.h +++ b/include/iotcon.h @@ -39,7 +39,7 @@ extern "C" { * @addtogroup CAPI_IOT_CONNECTIVITY_MODULE * @section CAPI_IOT_CONNECTIVITY_MODULE_FEATURE Related Features * This API is related with the following features: \n - * - http://tizen.org/feature/iot.ocf \n + * - %http://tizen.org/feature/iot.ocf \n * It is recommended to design feature related codes in your application for reliability. \n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. \n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. \n |