From: dongsug.song Date: Wed, 20 Jul 2016 02:17:17 +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~2^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=f12b9d0ed67245216da2b922135a0879583dd866;hp=39445ed00351c2843845256833d91c6f4e42e5ea 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: Ie09bea165475cb940cd267ffb843109e0cc6851f --- diff --git a/build/tizen/docs/dali.doxy.in b/build/tizen/docs/dali.doxy.in index f6d268b..d2e0cae 100644 --- a/build/tizen/docs/dali.doxy.in +++ b/build/tizen/docs/dali.doxy.in @@ -751,7 +751,7 @@ GENERATE_DEPRECATEDLIST= YES # sections, marked by \if ... \endif and \cond # ... \endcond blocks. -ENABLED_SECTIONS = +ENABLED_SECTIONS = show_tizen_feature # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the # initial value of a variable or macro / define can have for it to appear in the diff --git a/doc/dali-toolkit-doc.h b/doc/dali-toolkit-doc.h index 87b49b5..41cf322 100644 --- a/doc/dali-toolkit-doc.h +++ b/doc/dali-toolkit-doc.h @@ -130,6 +130,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_toolkit_controls Controls