From b8f48ed9879a644bd6babcda55b38862d224ba4d Mon Sep 17 00:00:00 2001 From: Gilbok Lee Date: Mon, 2 Dec 2019 10:47:20 +0900 Subject: [PATCH] Update document about feature hyperlink(2) Change-Id: Ia1d0bcfda4669cc1b7f0624fb5f0acec4ad2322f --- doc/player_doc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/player_doc.h b/doc/player_doc.h index 21293ac..1a39914 100644 --- a/doc/player_doc.h +++ b/doc/player_doc.h @@ -358,7 +358,7 @@ * It is recommended to design feature related codes in your application for reliability. * 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. * 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. - * More details on featuring your application can be found from Feature Element. + * More details on featuring your application can be found from Feature Element. */ -- 2.34.1