Fix doc 65/249665/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 16 Dec 2020 05:56:26 +0000 (14:56 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 16 Dec 2020 05:56:57 +0000 (14:56 +0900)
- Removes unnecessary HTML link for feature

Change-Id: I243b0fc32352ef0d79224d2c1f5943a4f5a77bc0
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
doc/appfw_job_scheduler_doc.h

index db47e7c..d98f761 100755 (executable)
  *
  * @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.