From 43870acc1b758bb6ee8ac34f3175662dca1193bd Mon Sep 17 00:00:00 2001 From: jkjo92 Date: Thu, 14 Jan 2016 17:35:59 +0900 Subject: [PATCH] Added related feature description Change-Id: I5d875015f31527961ff8528db4d3cdcb61ded2bd Signed-off-by: jkjo92 --- doc/fido_doc.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/fido_doc.h b/doc/fido_doc.h index b3f433b..b78317d 100755 --- a/doc/fido_doc.h +++ b/doc/fido_doc.h @@ -26,10 +26,21 @@ * @section CAPI_FIDO_HEADER Required Header * \#include * - * @section CAPI_FIDO_MODULE_OVERVIEW Overview + * @section CAPI_FIDO_MODULE_OVERVIEW Overview * The FIDO Universal Authentication Framework (UAF) Client APIs provide APIs for application developers to utilize Device's available authenticators for online service integration. * The goal of this Universal Authentication Framework is to provide a unified and extensible authentication mechanism that supplants passwords while avoiding the shortcomings of current alternative authentication approaches. * More details about the FIDO specification can be found in https://fidoalliance.org/specifications/download/ + * @section CAPI_FIDO_MODULE_FEATURE Related Features + * This API is related with the following feature:\n + * - http://tizen.org/feature/fido.uaf + * + * 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 + * + * More details on featuring your application can be found from Feature List. * * @defgroup CAPI_FIDO_UAF_MESSAGES_MODULE FIDO UAF MESSAGES * @ingroup CAPI_FIDO_MODULE -- 2.7.4