From: Dongsun Lee Date: Mon, 21 Dec 2020 07:34:13 +0000 (+0900) Subject: Fix a feature string not to look like a link X-Git-Tag: submit/tizen/20210209.101918~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5adffa038f9f704a1451aada1b110f655470c98;p=platform%2Fcore%2Fsecurity%2Fdevice-certificate-manager.git Fix a feature string not to look like a link Change-Id: I282aee68f142a515c59d21af37138832efa22851 Signed-off-by: Dongsun Lee --- diff --git a/doc/device_certificate_manager_doc.h b/doc/device_certificate_manager_doc.h index 02150df..5ab0e3a 100644 --- a/doc/device_certificate_manager_doc.h +++ b/doc/device_certificate_manager_doc.h @@ -32,7 +32,7 @@ * * @section CAPI_DEVICE_CERTIFICATE_MANAGER_MODULE_FEATURE Related Features * This module is related with the following features:\n - * - http://tizen.org/feature/security.device_certificate\n + * - %http://tizen.org/feature/security.device_certificate\n * It is recommended to use features in your application for reliability.\n * 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.\n * To ensure your application is running only on devices with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n