From 835f4a7bcc3cc928c292b54f2d2e7b3be8e03da6 Mon Sep 17 00:00:00 2001 From: Boram Bae Date: Wed, 16 Dec 2020 18:24:32 +0900 Subject: [PATCH] Prevent unnecessary HTML link Change-Id: I14724bb94148a5dbc4fe5def4da3ba85f744b4ab Signed-off-by: Boram Bae --- doc/sensor_doc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sensor_doc.h b/doc/sensor_doc.h index a7dd914..43bd315 100644 --- a/doc/sensor_doc.h +++ b/doc/sensor_doc.h @@ -104,7 +104,7 @@ * In cases of platform-defined sensors, the vendor should be @"tizen.org@". * The category can be one of @"general@" and @"healthinfo@", * and @"healthinfo@" means that an application should have the privilege - * http://tizen.org/privilege/healthinfo to get the corresponding sensor handles. + * %http://tizen.org/privilege/healthinfo to get the corresponding sensor handles. * If the name is omitted, the URI denotes the sensors of the given type, * it thus may correspond to more than one sensor. * Otherwise, it corresponds to a specific sensor in the device. -- 2.34.1