summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2019-12-02 10:57:49 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2019-12-02 10:58:14 +0900
commit5540bfbfe4ebed35370936c0c1a577296c5fa532 (patch)
tree97097eed25fb6031fa98d8b86d00462e8c764da4
parente6cd1986c227c5eef3df5348be221d1c01d235d1 (diff)
downloadiotcon-accepted/tizen_5.0_unified.tar.gz
iotcon-accepted/tizen_5.0_unified.tar.bz2
iotcon-accepted/tizen_5.0_unified.zip
Change-Id: I8185a5903b69352e0950aead09d5bf4232fef4c6 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 675e126..f6ba621 100644
--- a/include/iotcon-attributes.h
+++ b/include/iotcon-attributes.h
@@ -128,7 +128,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques
* 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
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-client.h b/include/iotcon-client.h
index 40bdad4..5ea9a7d 100644
--- a/include/iotcon-client.h
+++ b/include/iotcon-client.h
@@ -42,7 +42,7 @@
* 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
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-list.h b/include/iotcon-list.h
index 72efc61..b6df06f 100644
--- a/include/iotcon-list.h
+++ b/include/iotcon-list.h
@@ -159,7 +159,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques
* 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
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-lite-resource.h b/include/iotcon-lite-resource.h
index 404f383..be5cd80 100644
--- a/include/iotcon-lite-resource.h
+++ b/include/iotcon-lite-resource.h
@@ -138,7 +138,7 @@ static void _update_brightness(int brightness)
* 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
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-observers.h b/include/iotcon-observers.h
index 7e57acb..701d653 100644
--- a/include/iotcon-observers.h
+++ b/include/iotcon-observers.h
@@ -119,7 +119,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques
* 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
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-options.h b/include/iotcon-options.h
index ce9d7fd..851b242 100644
--- a/include/iotcon-options.h
+++ b/include/iotcon-options.h
@@ -108,7 +108,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques
* 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
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-query.h b/include/iotcon-query.h
index a4d5f92..186ff4a 100644
--- a/include/iotcon-query.h
+++ b/include/iotcon-query.h
@@ -98,7 +98,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques
* 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
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-remote-resource.h b/include/iotcon-remote-resource.h
index 88e56bc..950d987 100644
--- a/include/iotcon-remote-resource.h
+++ b/include/iotcon-remote-resource.h
@@ -97,7 +97,7 @@ static void _find_light_resource()
* 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
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-representation.h b/include/iotcon-representation.h
index 9531efa..b41d0a4 100644
--- a/include/iotcon-representation.h
+++ b/include/iotcon-representation.h
@@ -189,7 +189,7 @@
* 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
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-request.h b/include/iotcon-request.h
index 159d4b9..82d67ba 100644
--- a/include/iotcon-request.h
+++ b/include/iotcon-request.h
@@ -116,7 +116,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques
* 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
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-resource-interfaces.h b/include/iotcon-resource-interfaces.h
index 2248175..c7e8842 100644
--- a/include/iotcon-resource-interfaces.h
+++ b/include/iotcon-resource-interfaces.h
@@ -93,7 +93,7 @@ static void _create_light_resource()
* 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
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-resource-types.h b/include/iotcon-resource-types.h
index 050a758..b4cd4f9 100644
--- a/include/iotcon-resource-types.h
+++ b/include/iotcon-resource-types.h
@@ -93,7 +93,7 @@ static void _create_light_resource()
* 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
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-resource.h b/include/iotcon-resource.h
index e9fe6ee..9f9d6fc 100644
--- a/include/iotcon-resource.h
+++ b/include/iotcon-resource.h
@@ -171,7 +171,7 @@ static void _create_resource()
* 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
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-response.h b/include/iotcon-response.h
index 691f915..0bf52ea 100644
--- a/include/iotcon-response.h
+++ b/include/iotcon-response.h
@@ -181,7 +181,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques
* 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
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon.h b/include/iotcon.h
index 640b147..dc2e3b2 100644
--- a/include/iotcon.h
+++ b/include/iotcon.h
@@ -43,7 +43,7 @@ extern "C" {
* 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
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
* @{
*/