* <ul>
* <li>DALi Core: This module provides scene graph-based rendering, animation, and event handling.</li>
* <li>DALi Adaptor: This module is a platform adaptation layer.</li>
- * <li>DALi Toolkit: This module provides UI components and various effects on top of the dali-core.</li>
+ * <li>DALi Toolkit: This module provides UI components and various effects on top of the DALi Core.</li>
* </ul>
*
- * @defgroup dali-toolkit DALi Toolkit
+ * @defgroup dali_toolkit DALi Toolkit
* @ingroup dali
*
- * @brief This module provides UI components and various effects on top of the dali-core.
+ * @brief This module provides UI components and various effects on top of the DALi Core.
*
* @{
- * @defgroup dali-toolkit-accessibility-manager Accessibility Manager
+ * @defgroup dali_toolkit_accessibility_manager Accessibility Manager
* @brief AccessibilityManager manages a accessibility focus chain.
- * @defgroup dali-toolkit-controls Controls
+ * @defgroup dali_toolkit_controls Controls
* @brief Controls are interactive components for layouting the user interface.
* @{
- * @defgroup dali-toolkit-controls-alignment Alignment
+ * @defgroup dali_toolkit_controls_alignment Alignment
* @brief Alignment is a container which provides an easy way to align other actors inside its boundary.
- * @defgroup dali-toolkit-controls-buttons Buttons
+ * @defgroup dali_toolkit_controls_buttons Buttons
* @brief Button is a small object on UI that you can press.
- * @defgroup dali-toolkit-controls-gaussian-blur-view Gaussian Blur View
+ * @defgroup dali_toolkit_controls_gaussian_blur_view Gaussian Blur View
* @brief GaussianBlurView provides a render process that blurs an image.
- * @defgroup dali-toolkit-controls-image-view Image View
+ * @defgroup dali_toolkit_controls_image_view Image View
* @brief ImageView is a control displying an image.
- * @defgroup dali-toolkit-controls-scroll-bar Scroll Bar
+ * @defgroup dali_toolkit_controls_scroll_bar Scroll Bar
* @brief ScrollBar control.
- * @defgroup dali-toolkit-controls-scrollable Scrollable
+ * @defgroup dali_toolkit_controls_scrollable Scrollable
* @brief Scrollable container controls.
* @{
- * @defgroup dali-toolkit-controls-item-view Item View
+ * @defgroup dali_toolkit_controls_item_view Item View
* @brief ItemView class is a scrollable container that can contain many items.
- * @defgroup dali-toolkit-controls-scroll-view Scroll View
- * @brief ScrollView class provides scrollable view which contains actors and can be scrolled automatically or manually by panning.
+ * @defgroup dali_toolkit_controls_scroll_view Scroll View
+ * @brief ScrollView class provides scrollable view which contains actors and can be scrolled automatically or manually by panning.
* @}
- * @defgroup dali-toolkit-controls-table-view Table View
+ * @defgroup dali_toolkit_controls_table_view Table View
* @brief TableView class is a layout container for aligning child actors in a grid like layout.
- * @defgroup dali-toolkit-controls-text-controls Text Controls
+ * @defgroup dali_toolkit_controls_text_controls Text Controls
* @brief Controls for displaying text or text input.
* @}
- * @defgroup dali-toolkit-focus-manager Focus Manager
+ * @defgroup dali_toolkit_focus_manager Focus Manager
* @brief Classes for handling keyboard navigation and maintaining the two dimensional keyboard focus chain.
* @}