From 7c58a0564f6cce595d22d268e018ea4734717b35 Mon Sep 17 00:00:00 2001 From: Jaehyun Kim Date: Thu, 3 Sep 2020 16:48:00 +0900 Subject: [PATCH] Fix API references Change-Id: I314bc683faf7d1891d4a2cd64bacc6310a2f23b6 Signed-off-by: Jaehyun Kim --- doc/wifi_direct_doc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/wifi_direct_doc.h b/doc/wifi_direct_doc.h index e941f60..0884e1b 100644 --- a/doc/wifi_direct_doc.h +++ b/doc/wifi_direct_doc.h @@ -31,10 +31,10 @@ * * @section CAPI_NETWORK_WIFI_DIRECT_MANAGER_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/network.wifi\n - * - http://tizen.org/feature/network.wifi.direct\n - * - http://tizen.org/feature/network.wifi.direct.display\n - * - http://tizen.org/feature/network.wifi.direct.service_discovery\n + * - %http://tizen.org/feature/network.wifi\n + * - %http://tizen.org/feature/network.wifi.direct\n + * - %http://tizen.org/feature/network.wifi.direct.display\n + * - %http://tizen.org/feature/network.wifi.direct.service_discovery\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, thereby controlling the procedure of your application.\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