Fix link for job scheduler doc 32/250232/1
authorSukHyung, Kang <shine.kang@samsung.com>
Tue, 22 Dec 2020 08:35:28 +0000 (17:35 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Tue, 22 Dec 2020 08:35:28 +0000 (17:35 +0900)
Change-Id: I242051f07f6fad3020f59dfbb726f0eaa6216536
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
include/job_info.h

index 84e0eee9e9a0871d12fad6e957bd86b50aa19069..38f922159a7311536b5d996103ff4782d709f2cc 100644 (file)
@@ -51,9 +51,9 @@ typedef enum {
        JOB_TRIGGER_EVENT_POWERSAVE_MODE_DISABLED,      /**< The Power-saving mode: Disabled */
        JOB_TRIGGER_EVENT_USB_STATE_CONNECTED,          /**< The USB state: Connected */
        JOB_TRIGGER_EVENT_USB_STATE_DISCONNECTED,       /**< The USB state: Disconnected */
-       JOB_TRIGGER_EVENT_WIFI_STATE_DISABLED,          /**< The WiFi state: Disabled @n Privilege: http://tizen.org/privilege/network.get */
-       JOB_TRIGGER_EVENT_WIFI_STATE_DISCONNECTED,      /**< The WiFi state: Disconnected @n Privilege: http://tizen.org/privilege/network.get */
-       JOB_TRIGGER_EVENT_WIFI_STATE_CONNECTED,         /**< The WiFi state: Connected @n Privilege: http://tizen.org/privilege/network.get */
+       JOB_TRIGGER_EVENT_WIFI_STATE_DISABLED,          /**< The WiFi state: Disabled @n Privilege: %http://tizen.org/privilege/network.get */
+       JOB_TRIGGER_EVENT_WIFI_STATE_DISCONNECTED,      /**< The WiFi state: Disconnected @n Privilege: %http://tizen.org/privilege/network.get */
+       JOB_TRIGGER_EVENT_WIFI_STATE_CONNECTED,         /**< The WiFi state: Connected @n Privilege: %http://tizen.org/privilege/network.get */
 } job_trigger_event_e;
 
 /**
@@ -214,7 +214,7 @@ int job_info_set_requires_wifi_connection(job_info_h job_info, bool wifi_connect
  * @remarks The periodic interval of the job info handle must be 0.
  *          If the interval of the job info handle is not 0, this function returns a negative error value.
  *          Regarding the @a event, the application may require the following privilege:
- *              http://tizen.org/privilege/network.get @n
+ *              %http://tizen.org/privilege/network.get @n
  *          If the application does not have the necessary privilege, this function returns #JOB_ERROR_PERMISSION_DENIED.
  *          See #job_trigger_event_e to find the corresponding privilege of each event.
  * @param[in]   job_info        The job info handle