From: jkjo92 Date: Thu, 14 Jan 2016 08:35:59 +0000 (+0900) Subject: Added related feature description X-Git-Tag: submit/tizen_mobile/20160115.025345^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F57003%2F2;p=platform%2Fcore%2Faccount%2Ffido-client.git Added related feature description Change-Id: I5d875015f31527961ff8528db4d3cdcb61ded2bd Signed-off-by: jkjo92 --- 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