From e46d608ed4159b5741249b3f8a70bf606432cece Mon Sep 17 00:00:00 2001 From: "minho.sun" Date: Tue, 17 Oct 2017 18:45:24 +0900 Subject: [PATCH] Fix doc and comment for Native API Reference page Change-Id: I6a46a65fd99f9b191df03b03898ec66fe21fb468 Signed-off-by: minho.sun --- .../public-api/controls/progress-bar/progress-bar.h | 20 -------------------- doc/dali-toolkit-doc.h | 7 +++++++ 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/dali-toolkit/public-api/controls/progress-bar/progress-bar.h b/dali-toolkit/public-api/controls/progress-bar/progress-bar.h index 4a6ce3a..4d45740 100644 --- a/dali-toolkit/public-api/controls/progress-bar/progress-bar.h +++ b/dali-toolkit/public-api/controls/progress-bar/progress-bar.h @@ -38,27 +38,7 @@ class ProgressBar; /** * @brief ProgressBar is a control to give the user an indication of the progress of an operation. - * * - * Determinate Progress State * - * # : Progress visual - * * : Secondary Progress visual - * = : Track visual - * 40% : Label visual - * - * ============================================= - * = ###############**** 40% = - * ============================================= - * - * Indeterminate Progress State - * - * / : Indeterminate visual - * - * ============================================= - * = ///////////////////////////////////////// = - * ============================================= - * - * Also progress value percentage is shown as text inside the progress bar. * Signals * | %Signal Name | Method | * |-------------------|-------------------------------| diff --git a/doc/dali-toolkit-doc.h b/doc/dali-toolkit-doc.h index bf41fae..982583a 100644 --- a/doc/dali-toolkit-doc.h +++ b/doc/dali-toolkit-doc.h @@ -125,6 +125,10 @@ * 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. * @@ -197,6 +201,9 @@ * @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 -- 2.7.4