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=41cf3220543a028425830690c98a444a2eaa4613;hb=52bf7f299f84eb2a64e744f2b9183d560689caf2;hpb=f6e2abc65a892a1867f6371b0bf65e98ed5bd017 diff --git a/doc/dali-toolkit-doc.h b/doc/dali-toolkit-doc.h index 41cf322..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,6 +128,10 @@ * @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 @@ -142,7 +146,7 @@ * * 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. + * More details on featuring your application can be found from Feature Element. * * \endif * @@ -165,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 @@ -198,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. + * @} */