From 9721c9a8a8bd1a30c6f479e48772934cf9202c03 Mon Sep 17 00:00:00 2001 From: Yunjin Lee Date: Thu, 17 Dec 2020 10:22:17 +0900 Subject: [PATCH] remove hyperlink from feature name of doc Change-Id: I7072256239f49a3034453445d1fabb6303ff27a4 Signed-off-by: Yunjin Lee --- doc/privilege-info_doc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/privilege-info_doc.h b/doc/privilege-info_doc.h index b8119dd..5b4537d 100755 --- a/doc/privilege-info_doc.h +++ b/doc/privilege-info_doc.h @@ -32,7 +32,7 @@ * * @section CAPI_SECURITY_FRAMEWORK_PRIVILEGE_INFO_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/security.privacy_privilege\n + * - %http://tizen.org/feature/security.privacy_privilege\n * It is recommended to design feature related codes in your application for reliability.\n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, and control your application's actions accordingly.\n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n -- 2.7.4