Added related feature description 03/57003/2 submit/tizen_mobile/20160115.025345
authorjkjo92 <jkjo92@samsung.com>
Thu, 14 Jan 2016 08:35:59 +0000 (17:35 +0900)
committerjkjo92 <jkjo92@samsung.com>
Thu, 14 Jan 2016 08:50:05 +0000 (17:50 +0900)
Change-Id: I5d875015f31527961ff8528db4d3cdcb61ded2bd
Signed-off-by: jkjo92 <jkjo92@samsung.com>
doc/fido_doc.h

index b3f433b..b78317d 100755 (executable)
  * @section   CAPI_FIDO_HEADER Required Header
  *  \#include <fido.h>
  *
- * @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 <a href="https://developer.tizen.org/development/getting-started/native-application/understanding-tizen-programming/application-filtering"><b>Feature List</b>.</a>
  *
  * @defgroup  CAPI_FIDO_UAF_MESSAGES_MODULE FIDO UAF MESSAGES
  * @ingroup   CAPI_FIDO_MODULE