From c89059b25a97882335807f81edb4e61573e943ea Mon Sep 17 00:00:00 2001 From: Youngjae Shin Date: Fri, 18 Dec 2020 16:37:16 +0900 Subject: [PATCH] remove unnecessary HTML link Change-Id: I8b6e18bbcf3c2adef21eb223188c063cf6eefed6 --- doc/context_history_doc.h | 4 ++-- doc/context_trigger_doc.h | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/context_history_doc.h b/doc/context_history_doc.h index 4fe709e..afdb7d0 100644 --- a/doc/context_history_doc.h +++ b/doc/context_history_doc.h @@ -37,10 +37,10 @@ * * @section CAPI_CONTEXT_HISTORY_MODULE_FEATURE Related Features * This API is related with the following features:@n - * - http://tizen.org/feature/app_history + * - %http://tizen.org/feature/app_history * * And some of the statistic items in this API are related with one of the following features:@n - * - http://tizen.org/feature/battery + * - %http://tizen.org/feature/battery * * It is recommended to design feature related code in your application for reliability.@n * For your convenience, context_history_is_supported() is provided. diff --git a/doc/context_trigger_doc.h b/doc/context_trigger_doc.h index 87ab086..63db921 100644 --- a/doc/context_trigger_doc.h +++ b/doc/context_trigger_doc.h @@ -64,19 +64,19 @@ * @section CAPI_CONTEXT_TRIGGER_MODULE_FEATURE Related Features * * This API is related with the following features:@n - * - http://tizen.org/feature/contextual_trigger + * - %http://tizen.org/feature/contextual_trigger * * And some of the event and condition items in this API are related with one of the following features:@n - * - http://tizen.org/feature/battery - * - http://tizen.org/feature/contact - * - http://tizen.org/feature/location.gps - * - http://tizen.org/feature/location.geofence - * - http://tizen.org/feature/network.bluetooth - * - http://tizen.org/feature/network.telephony - * - http://tizen.org/feature/network.wifi - * - http://tizen.org/feature/network.wifi - * - http://tizen.org/feature/sensor.activity_recognition - * - http://tizen.org/feature/usb.host + * - %http://tizen.org/feature/battery + * - %http://tizen.org/feature/contact + * - %http://tizen.org/feature/location.gps + * - %http://tizen.org/feature/location.geofence + * - %http://tizen.org/feature/network.bluetooth + * - %http://tizen.org/feature/network.telephony + * - %http://tizen.org/feature/network.wifi + * - %http://tizen.org/feature/network.wifi + * - %http://tizen.org/feature/sensor.activity_recognition + * - %http://tizen.org/feature/usb.host * * It is recommended to design feature related code in your application for reliability.@n * For your convenience, context_trigger_rule_event_is_supported() and context_trigger_rule_condition_is_supported() -- 2.34.1