X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=doc%2Fdali-toolkit-doc.h;h=bf41fae16890a8f3f70b897618915b84b0264bbf;hp=87b49b52275b10b3c099ee4423cdad6cdfd78dde;hb=2ede4db4c6ec4bcba12d3c635f958523cfbdd6e4;hpb=8ddb15f9e047abe0f51f803f5418bcb9d22a821d diff --git a/doc/dali-toolkit-doc.h b/doc/dali-toolkit-doc.h index 87b49b5..bf41fae 100644 --- a/doc/dali-toolkit-doc.h +++ b/doc/dali-toolkit-doc.h @@ -59,7 +59,7 @@ * * @brief DALi Toolkit provides UI components and various effects on top of the DALi Core. * - * @section dali_core_overview Overview + * @section dali_toolkit_overview Overview * * DALi Toolkit consists of the following groups of API: * @@ -90,11 +90,11 @@ * * * @ref dali_toolkit_controls_scroll_bar - * ScrollBar control. + * ScrollBar is a component that can be linked to the scrollable objects. * * * @ref dali_toolkit_controls_scrollable - * Scrollable container controls. + * Scrollable contains scrolled controls. * * * @ref dali_toolkit_controls_item_view @@ -128,8 +128,28 @@ * @ref dali_toolkit_managers * Singleton classes for managing application-wide functionalities. * + * + * @ref dali_toolkit_visuals + * Visuals can control rendering the contents as using Property. + * * * + * \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 @@ -149,10 +169,10 @@ * @brief ImageView is a control displying an image. * @defgroup dali_toolkit_controls_scroll_bar Scroll Bar - * @brief ScrollBar control. + * @brief ScrollBar is a component that can be linked to the scrollable objects. * @defgroup dali_toolkit_controls_scrollable Scrollable - * @brief Scrollable container controls. + * @brief Scrollable contains scrolled controls. * @{ * @defgroup dali_toolkit_controls_item_view Item View @@ -182,6 +202,9 @@ * @defgroup dali_toolkit_managers Managers * @brief Singleton classes for managing application-wide functionalities. + * @defgroup dali_toolkit_visuals Visuals + * @brief Visuals can control rendering the contents as using Property. + * @} */