summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2020-09-03 14:11:14 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2020-09-03 14:11:14 +0900
commit46f34908305cfc004cffdefe7137453c209fbe87 (patch)
tree4c17ad592de60c95f7093411196920daf971dd21
parentead52a30c878a4512d4e72b6e5a9f844b0d5d798 (diff)
downloadiotcon-46f34908305cfc004cffdefe7137453c209fbe87.tar.gz
iotcon-46f34908305cfc004cffdefe7137453c209fbe87.tar.bz2
iotcon-46f34908305cfc004cffdefe7137453c209fbe87.zip
Change-Id: I1f0774d8350030e4671f879a6288d701698538db Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rw-r--r--include/iotcon-attributes.h2
-rw-r--r--include/iotcon-client.h2
-rw-r--r--include/iotcon-list.h2
-rw-r--r--include/iotcon-lite-resource.h2
-rw-r--r--include/iotcon-observers.h2
-rw-r--r--include/iotcon-options.h2
-rw-r--r--include/iotcon-query.h2
-rw-r--r--include/iotcon-remote-resource.h2
-rw-r--r--include/iotcon-representation.h2
-rw-r--r--include/iotcon-request.h2
-rw-r--r--include/iotcon-resource-interfaces.h2
-rw-r--r--include/iotcon-resource-types.h2
-rw-r--r--include/iotcon-resource.h2
-rw-r--r--include/iotcon-response.h2
-rw-r--r--include/iotcon.h2
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