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=bc706fb1e268d3a52caaf024c3d8ac4f3c8e2ae6;hp=0127becdbb4753dea323ffc8fdba168676bc817e;hb=1c8981a624dad48be2624e39b2a3ff62ebc0d220;hpb=df9acf77f33fdf63ee3b81f5848b76c5baaa8cba diff --git a/doc/dali-toolkit-doc.h b/doc/dali-toolkit-doc.h index 0127bec..bc706fb 100644 --- a/doc/dali-toolkit-doc.h +++ b/doc/dali-toolkit-doc.h @@ -86,7 +86,7 @@ * * * @ref dali_toolkit_controls_image_view - * ImageView is a control displying an image. + * ImageView is a control displaying an image. * * * @ref dali_toolkit_controls_scroll_bar @@ -125,9 +125,17 @@ * Slider is a control to enable sliding an indicator between two values. * * + * @ref dali_toolkit_controls_progress_bar + * ProgressBar is a control to give the user an indication of the progress of an operation. + * + * * @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 +150,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 * @@ -162,7 +170,7 @@ * @brief GaussianBlurView provides a render process that blurs an image. * @defgroup dali_toolkit_controls_image_view Image View - * @brief ImageView is a control displying an image. + * @brief ImageView is a control displaying an image. * @defgroup dali_toolkit_controls_scroll_bar Scroll Bar * @brief ScrollBar is a component that can be linked to the scrollable objects. @@ -193,11 +201,17 @@ * @defgroup dali_toolkit_controls_slider Slider * @brief Slider is a control to enable sliding an indicator between two values. + * @defgroup dali_toolkit_controls_progress_bar Progress Bar + * @brief ProgressBar is a control to give the user an indication of the progress of an operation. + * @} * @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. + * @} */