From: dongsug.song Date: Wed, 20 Jul 2016 02:12:33 +0000 (+0900) Subject: accroding to ACR-520's review, dali's related feature and dependency (openGL ES 2... X-Git-Tag: dali_1.1.44~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F80727%2F2;p=platform%2Fcore%2Fuifw%2Fdali-core.git accroding to ACR-520's review, dali's related feature and dependency (openGL ES 2.0) should be represented Signed-off-by: dongsug song Change-Id: I9bc63e2f06a18a16ccd9746ebcca5ff0f8b0faf6 --- diff --git a/doc/dali-core-doc.h b/doc/dali-core-doc.h index 3c47b3a..561c847 100644 --- a/doc/dali-core-doc.h +++ b/doc/dali-core-doc.h @@ -72,6 +72,22 @@ * * * + * \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 Feature Element. + * + * \endif + * * @ingroup dali * @{ * @defgroup dali_core_actors Actors