accroding to ACR-520's review, dali's related feature and dependency (openGL ES 2... 29/80729/3
authordongsug.song <dongsug.song@samsung.com>
Wed, 20 Jul 2016 02:15:58 +0000 (11:15 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Wed, 20 Jul 2016 02:24:09 +0000 (11:24 +0900)
Signed-off-by: dongsug song <dongsug.song@samsung.com>
Change-Id: Ifc7b0f00cbf21bb0b91476a40472cbe45c30ebe3

doc/dali-adaptor-doc.h

index b6f114a..380e741 100644 (file)
  * </tr>
  * </table>
  *
+ * \ifnot show_tizen_feature
+ *
+ * @section dali_toolkit_feature Related Features
+ * This API is related with the following features:\n
+ *    - http://tizen.org/feature/opengles.version.2_0\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
+ *
+ * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ *
+ * \endif
+ *
  * @ingroup dali
  * @{
  *   @defgroup dali_adaptor_framework Adaptor Framework