From: Hwankyu Jhun Date: Wed, 16 Dec 2020 05:56:26 +0000 (+0900) Subject: Fix doc X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_5.0;p=platform%2Fcore%2Fapi%2Fjob-scheduler.git Fix doc - Removes unnecessary HTML link for feature Change-Id: I243b0fc32352ef0d79224d2c1f5943a4f5a77bc0 Signed-off-by: Hwankyu Jhun --- diff --git a/doc/appfw_job_scheduler_doc.h b/doc/appfw_job_scheduler_doc.h index 5fb0011..30f3a4e 100755 --- a/doc/appfw_job_scheduler_doc.h +++ b/doc/appfw_job_scheduler_doc.h @@ -30,10 +30,10 @@ * * @section CAPI_JOB_SCHEDULER_MODULE_FEATURE Related Features * Some job trigger events and some functions are related with the following features: - * - http://tizen.org/feature/network.wifi - * - http://tizen.org/feature/location.gps - * - http://tizen.org/feature/battery - * - http://tizen.org/feature/usb.host + * - %http://tizen.org/feature/network.wifi + * - %http://tizen.org/feature/location.gps + * - %http://tizen.org/feature/battery + * - %http://tizen.org/feature/usb.host * * It is recommended to use features in your application for reliability. * You can check if the device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, and control your application's actions accordingly.